Skip to content

Instantly share code, notes, and snippets.

@blueplanet
Last active August 29, 2015 14:09
Show Gist options
  • Save blueplanet/e37e9998e53bce17cf16 to your computer and use it in GitHub Desktop.
Save blueplanet/e37e9998e53bce17cf16 to your computer and use it in GitHub Desktop.
atom keymap
'atom-workspace atom-text-editor:not(.mini)':
'ctrl-cmd-[': 'editor:fold-current-row'
'ctrl-cmd-]': 'editor:unfold-current-row'
'.editor.vim-mode:not(.insert-mode)':
'z c': 'editor:fold-current-row'
'z C': 'editor:fold-all'
'z o': 'editor:unfold-current-row'
'z O': 'editor:unfold-all'
'.editor':
'cmd-.': 'rails-rspec:toggle-spec-file'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment