Skip to content

Instantly share code, notes, and snippets.

@angstbear
Last active May 19, 2016 22:48
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 angstbear/ce9c5287723ebef24a52 to your computer and use it in GitHub Desktop.
Save angstbear/ce9c5287723ebef24a52 to your computer and use it in GitHub Desktop.
A small selection of emacs key bindings to help me feel more at home with atom
'atom-workspace':
'alt-x': 'command-palette:toggle'
'ctrl-x 0': 'pane:close'
'ctrl-x 1': 'pane:close-other-items'
'ctrl-x 2': 'pane:split-down'
'ctrl-x 3': 'pane:split-right'
'ctrl-x o': 'window:focus-next-pane'
'ctrl-x h': 'core:select-all'
'ctrl-x k': 'core:close'
'ctrl-x b': 'fuzzy-finder:toggle-buffer-finder'
'ctrl-x ctrl-c': 'application:quit'
'ctrl-x ctrl-f': 'fuzzy-finder:toggle-file-finder'
'ctrl-x ctrl-j': 'tree-view:reveal-active-file'
'ctrl-x ctrl-s': 'core:save'
'ctrl-x right': 'pane:show-next-item'
'ctrl-x left': 'pane:show-previous-item'
'ctrl-c k': 'pane:show-next-item'
'ctrl-c j': 'pane:show-previous-item'
'atom-text-editor':
'ctrl-k': 'core:page-up'
'ctrl-j': 'core:page-down'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment