forked from AuroraMiddleware/gtk
Add binding for <alt>BackSpace to emacs keys
This commit is contained in:
parent
d0e46d257c
commit
f876532514
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user