From 0bb50224dae53b5fa8a29eb662dd82592d271e59 Mon Sep 17 00:00:00 2001 From: Brett Terpstra Date: Sat, 13 Aug 2011 21:31:25 -0500 Subject: added hyphenate keybinding --- DefaultKeyBinding.dict | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DefaultKeyBinding.dict b/DefaultKeyBinding.dict index b767138..fbf76aa 100644 --- a/DefaultKeyBinding.dict +++ b/DefaultKeyBinding.dict @@ -179,6 +179,9 @@ // Scroll Down "~\Uf72d" = scrollPageDown:; + // hyphenate next space and move to next word + "~_" = (selectWord:,moveRight:,moveRight:,deleteBackward:,insertText:,"-",moveRight:); + // bookmark "~1" = setMark:; // jump to bookmark -- cgit v1.2.3