diff --git a/dotfiles/gtk3.css b/dotfiles/gtk3.css index e4d5ee5..75f3970 100644 --- a/dotfiles/gtk3.css +++ b/dotfiles/gtk3.css @@ -20,11 +20,6 @@ "delete-from-cursor" (paragraph-ends, 1) }; bind "backslash" { "delete-from-cursor" (whitespace, 1) }; bind "BackSpace" { "delete-from-cursor" (word-ends, -1) }; - - bind "space" { "delete-from-cursor" (whitespace, 1) - "insert-at-cursor" (" ") }; - bind "KP_Space" { "delete-from-cursor" (whitespace, 1) - "insert-at-cursor" (" ") }; } entry, textview