Skip to content

Instantly share code, notes, and snippets.

@aminroosta
Last active April 10, 2016 13:18
Show Gist options
  • Save aminroosta/59080201ea8362f572c7 to your computer and use it in GitHub Desktop.
Save aminroosta/59080201ea8362f572c7 to your computer and use it in GitHub Desktop.
atom vim keymappings
'atom-text-editor.vim-mode:not(.insert-mode)':
'L': 'pane:show-next-item'
'H': 'pane:show-previous-item'
', w': 'core:save'
', q': 'core:close',
'z a': 'editor:toggle-folding'
'z m': 'editor:unfold-all'
', t': 'you-complete-me:get-type'
', g': 'you-complete-me:go-to'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment