Add binding for <alt>BackSpace to emacs keys

This commit is contained in:
Ivan Malison 2018-04-01 20:16:05 -07:00
parent d0e46d257c
commit f876532514
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

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
*/