diff --git a/dotfiles/gtk3.css b/dotfiles/gtk3.css index d84a53e..c817436 100644 --- a/dotfiles/gtk3.css +++ b/dotfiles/gtk3.css @@ -15,9 +15,9 @@ bind "y" { "paste-clipboard" () }; - bind "d" { "delete-from-cursor" (chars, 1) }; - bind "d" { "delete-from-cursor" (word-ends, 1) }; bind "k" { "delete-from-cursor" (paragraph-ends, 1) }; + bind "u" { "move-cursor" (paragraph-ends, -1, 0) + "delete-from-cursor" (paragraph-ends, 1) }; bind "backslash" { "delete-from-cursor" (whitespace, 1) }; bind "BackSpace" { "delete-from-cursor" (word-ends, -1) };