Skip to content

Instantly share code, notes, and snippets.

@calvinf
Last active September 30, 2016 18:07
Show Gist options
  • Save calvinf/6ea6db8a2a13983fe8aeac881c48afa2 to your computer and use it in GitHub Desktop.
Save calvinf/6ea6db8a2a13983fe8aeac881c48afa2 to your computer and use it in GitHub Desktop.
Atom settings (keymap, favorite plugins, etc.)
'atom-text-editor':
'cmd-alt-l': 'editor:auto-indent'
'html atom-workspace':
'cmd-n': 'tree-view:add-file'
'cmd-shift-o': 'fuzzy-finder:toggle-file-finder'
'body':
'ctrl-tab ^ctrl': 'unset!'
'ctrl-tab': 'pane:show-next-item'
'ctrl-shift-tab ^ctrl': 'unset!'
'ctrl-shift-tab': 'pane:show-previous-item'