Skip to content

Instantly share code, notes, and snippets.

@nhocki
Created March 7, 2014 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhocki/9417307 to your computer and use it in GitHub Desktop.
Save nhocki/9417307 to your computer and use it in GitHub Desktop.
Atom keymap
'.editor:not(.mini)':
'ctrl-shift-down': 'rails-rspec:toggle-spec-file'
'cmd-ctrl->': 'editor:add-selection-below'
'.editor':
'alt-cmd-r': 'rails-rspec:toggle-spec-file'
'cmd-shift-R': 'rspec:run-for-line'
'cmd-shift-T': 'rspec:run'
'body':
'ctrl-tab': 'pane:show-next-item'
'ctrl-shift-tab': 'pane:show-previous-item'
'.platform-darwin':
'cmd-shift-I': 'symbols-view:toggle-project-symbols'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment