From 3eb14a25021591e2adcfc7966d821872934b5c6c Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 15 Oct 2022 21:25:57 +0200 Subject: [PATCH] gtk3: remove unused Emacs bindings --- dotfiles/gtk3.css | 5 ----- 1 file changed, 5 deletions(-) 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