Created
March 2, 2014 11:46
-
-
Save mpolden/9305417 to your computer and use it in GitHub Desktop.
Activate command mode in atom with jj
This file contains hidden or 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
# Install vim-mode | |
apm install vim-mode | |
# Open keymap (cmd-shift-p "keymap") and add | |
'.vim-mode.insert-mode:not(.mini)': | |
'j j': 'vim-mode:activate-command-mode' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment