-
-
Save takiguri/d1e2e51065ebc60a2444a1114aa1911e to your computer and use it in GitHub Desktop.
Xcode keymap for 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
# Your keymap | |
# | |
'body': | |
'ctrl-tab': 'pane:show-next-item' | |
'alt-cmd-up': 'pane:split-up' | |
'alt-cmd-down': 'pane:split-down' | |
'shift-cmd-L': 'application:open-dev' | |
'shift-cmd-0': 'window:reset-font-size' | |
'.platform-darwin': | |
'shift-cmd-O': 'fuzzy-finder:toggle-file-finder' | |
'shift-cmd-O': 'fuzzy-finder:toggle-file-finder' | |
'shift-cmd-0': 'image-view:reset-zoom' | |
'cmd-0': 'tree-view:toggle' | |
'shift-cmd-J': 'tree-view:reveal-active-file' | |
'.markdown-preview': | |
'shift-cmd-0': 'markdown-preview:reset-zoom' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment