Skip to content

Instantly share code, notes, and snippets.

@mpolden
Created March 2, 2014 11:46
Show Gist options
  • Save mpolden/9305417 to your computer and use it in GitHub Desktop.
Save mpolden/9305417 to your computer and use it in GitHub Desktop.
Activate command mode in atom with jj
# 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