Last active
April 10, 2016 13:18
-
-
Save aminroosta/59080201ea8362f572c7 to your computer and use it in GitHub Desktop.
atom vim keymappings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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