Skip to content

Instantly share code, notes, and snippets.

@3lvis
Last active November 8, 2020 11:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save 3lvis/10637363 to your computer and use it in GitHub Desktop.
Save 3lvis/10637363 to your computer and use it in GitHub Desktop.
Xcode keymap for Atom
# 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