Skip to content

Instantly share code, notes, and snippets.

@muka
Created October 18, 2016 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muka/93de8ae831d132c12bef3b59dd479fe2 to your computer and use it in GitHub Desktop.
Save muka/93de8ae831d132c12bef3b59dd479fe2 to your computer and use it in GitHub Desktop.
my custom keymap
'atom-text-editor':
'ctrl-s': 'atom-save-all:saveAll'
# 'ctrl-shift-s': 'atom-save-all:saveAll'
'alt-shift-f': 'formatter:format-code'
'atom-text-editor[data-grammar="source go"]:not(.mini)':
'alt-g': 'golang:godef'
'alt-shift-g': 'golang:godef-return'
'atom-text-editor[data-grammar~="go"]:not([mini])':
'ctrl-i': 'golang:goimports'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment