Adding the DefaultKeyBindings.dict file so I can ctrl-w to delete words in OSX

This commit is contained in:
Dustin Swan 2012-07-20 10:49:53 -05:00
parent 9f86ddf648
commit a4320a80eb

4
DefaultKeyBinding.dict Normal file
View file

@ -0,0 +1,4 @@
{
"^w" = deleteWordBackward:;
}