Last active
October 15, 2015 04:26
-
-
Save rummelonp/978b7d3ea48a5dafb2e5 to your computer and use it in GitHub Desktop.
Atom のやつ
This file contains hidden or 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
'body': | |
'ctrl-m': 'core:confirm' | |
'alt-k': 'core:close' | |
'ctrl-x ctrl-b': 'fuzzy-finder:toggle-buffer-finder' | |
'ctrl-x ctrl-j': 'tree-view:toggle-focus' | |
'ctrl-x 1': 'atomic-emacs:close-other-panes' | |
'ctrl-x 2': 'pane:split-right' | |
'ctrl-x 3': 'pane:split-down' | |
'ctrl-x ctrl-n': 'pane:show-next-item' | |
'ctrl-x ctrl-p': 'pane:show-previous-item' | |
'alt-t': 'pane:close' | |
'ctrl-t': 'window:focus-next-pane' | |
'ctrl-alt-t': 'window:focus-previous-pane' | |
'atom-workspace atom-text-editor': | |
'ctrl-m': 'editor:newline' | |
'alt-i': 'atomic-emacs:delete-indentation' | |
'ctrl-k': 'core:cut' | |
'ctrl-w': 'atomic-emacs:copy' | |
'alt-w': 'core:cut' | |
'ctrl-alt-_': 'core:redo' | |
'ctrl-;': 'editor:toggle-line-comments' | |
'ctrl-x .': 'autocomplete-plus:activate' | |
'alt-t': 'pane:close' | |
'ctrl-t': 'window:focus-next-pane' | |
'ctrl-alt-t': 'window:focus-previous-pane' | |
'atom-text-editor:not([mini])': | |
'ctrl-i': 'editor:indent' | |
'atom-text-editor:not(.autocomplete-active):not(.mini)': | |
'ctrl-alt-v': 'atomic-emacs:scroll-down' | |
'atom-text-editor.autocomplete-active': | |
'ctrl-m': 'autocomplete-plus:confirm' | |
'ctrl-i': 'autocomplete-plus:confirm' | |
'.select-list atom-text-editor[mini]': | |
'ctrl-m': 'core:confirm' | |
'.tree-view': | |
'ctrl-m': 'tree-view:open-selected-entry' | |
'n': 'tree-view:add-file' | |
'c': 'tree-view:duplicate' | |
'r': 'tree-view:move' | |
'd': 'tree-view:remove' | |
'+': 'tree-view:add-folder' | |
'.find-and-replace, .project-find': | |
'ctrl-i': 'find-and-replace:focus-next' | |
'.platform-darwin': | |
'ctrl-x ctrl-t': 'window:focus-terminal' | |
'.platform-darwin atom-workspace atom-text-editor': | |
'ctrl-x ctrl-t': 'window:focus-terminal' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment