Skip to content

Instantly share code, notes, and snippets.

@absynce
Created May 1, 2019 22:46
Show Gist options
  • Save absynce/7f701c67be4393856ff8637675981006 to your computer and use it in GitHub Desktop.
Save absynce/7f701c67be4393856ff8637675981006 to your computer and use it in GitHub Desktop.
Atom elmjutsu keybindings
# elmjutsu
'atom-text-editor:not([mini])[data-grammar^="source elm"]':
'f12': 'elmjutsu:go-to-definition'
'ctrl-r': 'elmjutsu:go-to-symbol'
'shift-f12': 'elmjutsu:find-usages'
'f8': 'elmjutsu:go-to-next-usage'
'shift-f8': 'elmjutsu:go-to-previous-usage'
'ctrl-f12': 'elmjutsu:go-back'
'alt-enter': 'elmjutsu:add-import'
'f2': 'elmjutsu:rename-symbol'
'alt-shift-l': 'elmjutsu:surround-with-let'
'alt-l': 'elmjutsu:lift-to-let'
'alt-t': 'elmjutsu:lift-to-top-level'
'alt-i': 'elmjutsu:infer-type'
'atom-workspace':
'f1': 'elmjutsu:toggle-sidekick'
'ctrl-shift-f12': 'elmjutsu:hide-usages-panel'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment