[Linux] Add gtkrc-2.0 for M-<backspace> binding

This commit is contained in:
Ivan Malison 2016-10-05 18:05:23 -07:00
parent 3e9491cc06
commit 528f229a72
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

4
dotfiles/gtkrc-2.0 Normal file
View File

@ -0,0 +1,4 @@
binding "gtk-emacs-text-entry"
{
bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) }
}