Merge branch 'altBackspaceEmacs' into 'master'

Add binding for <alt>BackSpace to emacs keys

See merge request GNOME/gtk!96
This commit is contained in:
Matthias Clasen 2018-05-04 00:39:39 +00:00
commit 0069de7e75

View File

@ -59,6 +59,7 @@
"insert-at-cursor" (" ") };
bind "<alt>KP_Space" { "delete-from-cursor" (whitespace, 1)
"insert-at-cursor" (" ") };
bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) };
/*
* Some non-Emacs keybindings people are attached to
*/