diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-11-27 13:34:10 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-11-27 13:34:10 +0000 |
| commit | 7a8a5a57383cec2f9e3b8c05d4af68c926e5bdea (patch) | |
| tree | f1442e4d21debcd0be06160387f4252655770570 /dotfiles-darwin/DefaultKeyBinding.dict | |
| parent | 4ae9323c21e824f894e101353612e411ccab21c7 (diff) | |
darwin: Enable more Emacs key bindings in apps
See the documentation for NSStandardKeyBindingResponding for a complete
list of actions that may be supported.
Diffstat (limited to 'dotfiles-darwin/DefaultKeyBinding.dict')
| -rw-r--r-- | dotfiles-darwin/DefaultKeyBinding.dict | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dotfiles-darwin/DefaultKeyBinding.dict b/dotfiles-darwin/DefaultKeyBinding.dict new file mode 100644 index 0000000..7abcb5a --- /dev/null +++ b/dotfiles-darwin/DefaultKeyBinding.dict @@ -0,0 +1,11 @@ +{ + "^J" = (insertLineBreak:); + "^j" = (insertNewline:); + "^w" = (deleteWordBackward:); + "~B" = (moveWordBackwardAndModifySelection:); + "~F" = (moveWordForwardAndModifySelection:); + "~b" = (moveWordBackward:); + "~d" = (deleteWordForward:); + "~f" = (moveWordForward:); + "~h" = (selectParagraph:); +} |
