gtk3: remove unused Emacs bindings

This commit is contained in:
Vincent Bernat 2022-10-15 21:25:57 +02:00
parent b844d9b006
commit 3eb14a2502

View file

@ -20,11 +20,6 @@
"delete-from-cursor" (paragraph-ends, 1) };
bind "<alt>backslash" { "delete-from-cursor" (whitespace, 1) };
bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) };
bind "<alt>space" { "delete-from-cursor" (whitespace, 1)
"insert-at-cursor" (" ") };
bind "<alt>KP_Space" { "delete-from-cursor" (whitespace, 1)
"insert-at-cursor" (" ") };
}
entry, textview