Created
May 1, 2019 22:46
-
-
Save absynce/7f701c67be4393856ff8637675981006 to your computer and use it in GitHub Desktop.
Atom elmjutsu keybindings
This file contains hidden or 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
# 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