Skip to content

Instantly share code, notes, and snippets.

@rokugasenpai
Created May 9, 2017 03:46
Show Gist options
  • Save rokugasenpai/e5646e70ab9b8e50f04d5f26fb237d52 to your computer and use it in GitHub Desktop.
Save rokugasenpai/e5646e70ab9b8e50f04d5f26fb237d52 to your computer and use it in GitHub Desktop.
Atomのgoto-definition.cson(削除する->goto-definition.json)
'.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