Skip to content

Instantly share code, notes, and snippets.

@yuanliwei
Last active November 25, 2018 04:31
Show Gist options
  • Save yuanliwei/fdc5a270452ac7e24e9a80218b1303c1 to your computer and use it in GitHub Desktop.
Save yuanliwei/fdc5a270452ac7e24e9a80218b1303c1 to your computer and use it in GitHub Desktop.
Atom keymap.cson
'atom-workspace':
'alt-shift-p': 'application:reopen-project'
'alt-cmd-up': 'core:cmd-move-up'
'alt-cmd-down': 'core:cmd-move-down'
'alt-cmd-left': 'core:cmd-move-left'
'alt-cmd-right': 'core:cmd-move-right'
'atom-text-editor':
'alt-down': 'symbols-view-master:go-to-declaration'
'alt-up': 'symbols-view-master:return-from-declaration'
'f5': 'core:undo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment