diff options
| author | Brett Terpstra | 2011-08-13 21:31:25 -0500 |
|---|---|---|
| committer | Brett Terpstra | 2011-08-13 21:31:25 -0500 |
| commit | 0bb50224dae53b5fa8a29eb662dd82592d271e59 (patch) | |
| tree | 2a110f7e9b417351a090f147f18062304b7dc1bb | |
| parent | bcbb7a8acfeac76aa47229aaa783162b784ca618 (diff) | |
| download | KeyBindings-0bb50224dae53b5fa8a29eb662dd82592d271e59.tar.bz2 | |
added hyphenate keybinding
| -rw-r--r-- | DefaultKeyBinding.dict | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
