Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'