Last active
May 19, 2016 22:48
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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