Created
May 29, 2016 12:46
-
-
Save jbalzar/f5693d0890671eb85e50d73d54d9d18d to your computer and use it in GitHub Desktop.
Atom vim-mode-plus extra keybindings
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-plus:not(.normal-mode)': | |
'j j': 'vim-mode-plus:activate-normal-mode' | |
'atom-text-editor.vim-mode-plus:not(.insert-mode)': | |
', w': 'core:save' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment