Skip to content

Instantly share code, notes, and snippets.

@schmich
Last active July 29, 2016 01:23
Show Gist options
  • Save schmich/69e7e5742e240e2214343526141ef05c to your computer and use it in GitHub Desktop.
Save schmich/69e7e5742e240e2214343526141ef05c to your computer and use it in GitHub Desktop.
'atom-workspace':
'ctrl-shift-f': 'project-find:show'
'ctrl-t': 'fuzzy-finder:toggle-file-finder'
'.platform-win32 atom-text-editor':
'ctrl-=': 'editor:auto-indent'
'ctrl-w': 'core:close'
'ctrl-a': 'core:select-all'
'ctrl-s': 'core:save'
'ctrl-left': 'editor:move-to-beginning-of-word'
'ctrl-right': 'editor:move-to-end-of-word'
'ctrl-d': 'editor:delete-line'
'ctrl-l': 'editor:delete-line'
'ctrl-z': 'core:undo'
'ctrl-y': 'core:redo'
'ctrl-x': 'core:cut'
'ctrl-c': 'core:copy'
'ctrl-v': 'core:paste'
'ctrl-f': 'find-and-replace:show'
'ctrl-t': 'fuzzy-finder:toggle-file-finder'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment