summaryrefslogtreecommitdiffstats
path: root/DefaultKeyBinding.dict
diff options
context:
space:
mode:
Diffstat (limited to 'DefaultKeyBinding.dict')
-rw-r--r--DefaultKeyBinding.dict2
1 files changed, 2 insertions, 0 deletions
diff --git a/DefaultKeyBinding.dict b/DefaultKeyBinding.dict
index 372b124..9dcbead 100644
--- a/DefaultKeyBinding.dict
+++ b/DefaultKeyBinding.dict
@@ -18,6 +18,8 @@
// delete word before cursor
"^w" = (deleteWordBackward:);
+ // delete word after cursor
+ "^~w" = (deleteWordForward:);
// select word
"~w" = (selectWord:);
// select word backward and modify selection