t9md / atom-cursor-history

Cursor position history manager
https://atom.io/packages/cursor-history
MIT License
59 stars 7 forks source link

vim-mode renamed command-mode to normal-mode #6

Closed azoerb closed 9 years ago

azoerb commented 9 years ago

The example keybinding won't work in the most recent version of vim-mode unless changed to

'atom-text-editor.vim-mode.normal-mode':
  'ctrl-i': 'cursor-history:next'
  'ctrl-o': 'cursor-history:prev'
  # or
  ']': 'cursor-history:next'
  '[': 'cursor-history:prev'