Created
November 2, 2015 15:06
-
-
Save tmazur/f9d415d42b33527c1688 to your computer and use it in GitHub Desktop.
This file contains 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
".workspace": | |
'alt-+': 'cursor-history:next' | |
'alt--': 'cursor-history:prev' | |
'ctrl-alt-o': 'native!' | |
'ctrl-alt-p': 'symbols-tree-view:toggle' | |
'.editor': | |
'ctrl-alt-right': 'atom-ctags:go-to-declaration' | |
'ctrl-alt-left': 'atom-ctags:return-from-declaration' | |
'ctrl-alt-o': 'native!' | |
'alt-b': 'build:toggle-panel' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment