Skip to content

Instantly share code, notes, and snippets.

@sebastiankade
Created February 19, 2019 06:06
Show Gist options
  • Save sebastiankade/42acee310ef8f2f9da62bf0c26fe11b1 to your computer and use it in GitHub Desktop.
Save sebastiankade/42acee310ef8f2f9da62bf0c26fe11b1 to your computer and use it in GitHub Desktop.
'body':
'cmd-shift-down': 'window:focus-next-pane'
'cmd-shift-up': 'window:focus-previous-pane'
'cmd-ctrl-right': 'window:focus-next-pane'
'cmd-ctrl-left': 'window:focus-previous-pane'
'.platform-darwin':
'shift-cmd-alt-right': 'move-panes:move-next'
'shift-cmd-alt-left': 'move-panes:move-previous'
'shift-cmd-S': 'project-find:show'
'cmd-shift-o': 'fuzzy-finder:toggle-file-finder'
'.platform-darwin .editor': # Available from Editor only
'shift-backspace': 'editor:delete-line'
'cmd-shift-c': 'center-screen:center-screen'
'cmd-shift-d' : 'find-and-replace:select-undo'
'shift-space' : 'autocomplete-plus:activate'
'cmd->' : 'linter-ui-default:next'
'cmd-<' : 'linter-ui-default:previous'
'cmd-shift-space': 'hey-pane:toggle-focus-of-active-pane'
'.workspace .editor:not(.mini)':
'ctrl-right': 'pane:show-next-item'
'ctrl-left': 'pane:show-previous-item'
'shift-cmd-g': 'go-to-line:toggle'
'.tree-view':
'r': 'tree-view:move'
'.editor[data-grammar*="text html"]':
'cmd-shift-f': 'atom-htmltidy:format'
'.editor[data-grammar="source js jsx"]':
'shift-cmd-j': 'jslint:lint'
'cmd-shift-f': 'esformatter'
'.editor':
'cmd->': 'close-tags:close'
'cmd-shift-f': 'atom-beautify:beautify-editor'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment