Skip to content

Instantly share code, notes, and snippets.

@antpaw
Created December 10, 2015 12:58
Show Gist options
  • Save antpaw/5544458409da0fa104d8 to your computer and use it in GitHub Desktop.
Save antpaw/5544458409da0fa104d8 to your computer and use it in GitHub Desktop.
#'.active.pane':
# 'escape': 'autocomplete:toggle'
#'.workspace .editor:not(.mini)':
# 'cmd-<': 'native!'
# 'shift-cmd-C': 'color-picker:open'
'body':
'ctrl-shift-2': 'toggle-quotes:toggle'
'ctrl-i': 'window:toggle-invisibles'
'.platform-darwin atom-text-editor:not([mini])':
'ctrl-right': 'word-jumper:move-right'
'ctrl-left': 'word-jumper:move-left'
'ctrl-shift-right': 'word-jumper:select-right'
'ctrl-shift-left': 'word-jumper:select-left'
'alt-cmd-down': 'tree-view:reveal-active-file'
'alt-cmd-w': 'editor:toggle-soft-wrap'
'ctrl-u': 'editor:lower-case'
'ctrl-shift-U': 'editor:upper-case'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment