-
Notifications
You must be signed in to change notification settings - Fork 12
ExampleKeymap
t9md edited this page Jun 11, 2018
·
7 revisions
- Restore vim-mode-plus specific default keymap defined old version
- [example keymap] MacOS/t9md( narrow package author )
- Lots of vim-mode-plus specific default keymaps are removed in v0.53.0.
- Why I removed these keymaps is to avoid conflicts with vim-mode-plus's default keymap.
- If you want recover these removed keymap, paste following in you
keymap.cson
.
'atom-text-editor.narrow.narrow-editor.vim-mode-plus.normal-mode[data-grammar="source narrow"]':
'o': 'narrow-ui:confirm-keep-open'
'O': 'narrow-ui:open-here'
'r': 'narrow-ui:toggle-auto-preview'
'i': 'narrow-ui:move-to-prompt'
'a': 'narrow-ui:move-to-prompt'
'I': 'narrow-ui:start-insert'
'n': 'narrow-ui:move-to-next-file-item'
'p': 'narrow-ui:move-to-previous-file-item'
My keymap is here, it always includes tons of experiments, so not for everybobody's use.