Created
May 9, 2017 03:46
-
-
Save rokugasenpai/e5646e70ab9b8e50f04d5f26fb237d52 to your computer and use it in GitHub Desktop.
Atomのgoto-definition.cson(削除する->goto-definition.json)
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
'.platform-darwin atom-text-editor': | |
'alt-cmd-enter': 'goto-definition:go' | |
'.platform-linux atom-text-editor': | |
'ctrl-alt-enter': 'goto-definition:go' | |
'.platform-win32 atom-text-editor': | |
'f12': 'goto-definition:go' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment