vim-mode-plus-move-to-symbols

Motion for move-to-symbols

t9md

4,123

9

0.5.0

MIT

GitHub

This package consumes the following services:

Build Status

atom-vim-mode-plus-move-to-symbols

Provide symbols motion for vim-mode-plus.

Depending on TagGenerator of symbols-view.
But you don't have to enable symbols-view to use this motion.

keymap

'atom-text-editor.vim-mode-plus:not(.insert-mode)':
  '(': 'vim-mode-plus-user:move-to-previous-symbol'
  ')': 'vim-mode-plus-user:move-to-next-symbol'