Last active
November 25, 2018 04:31
-
-
Save yuanliwei/fdc5a270452ac7e24e9a80218b1303c1 to your computer and use it in GitHub Desktop.
Atom keymap.cson
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
| '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