Skip to content

ExampleKeymap

t9md edited this page Oct 11, 2017 · 7 revisions

For vim-mode-plus user

Restore vmp default keymap defined in v0.52.0 and older version.

  • 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.normal-mode.vim-mode-plus[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'
Clone this wiki locally