Created
August 18, 2016 21:28
-
-
Save ryanclark2/b0393643daeabed88caa68f4147e169a to your computer and use it in GitHub Desktop.
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
CloseAllEditors: | |
meta alt w | |
CloseAllEditorsButActive: | |
shift meta w | |
EditorMatchBrace: | |
ctrl meta alt open_bracket | |
ctrl meta alt close_bracket | |
Macro.run whole test file: | |
ctrl meta alt r | |
MoveEditorToOppositeTabGroup: | |
shift ctrl meta alt left | |
shift ctrl meta alt right | |
Resume: | |
f9 | |
SplitHorizontally: | |
shift ctrl meta alt down | |
SplitVertically: | |
shift ctrl meta alt up | |
SwitchApply: | |
ctrl alt enter | |
SwitchDown: | |
ctrl alt down | |
SwitchLeft: | |
ctrl alt left | |
SwitchRight: | |
ctrl alt right | |
SwitchUp: | |
ctrl alt up | |
Vcs.ShowTabbedFileHistory: | |
ctrl meta alt h | |
org.jetbrains.plugins.ruby.tasks.rake.actions.RakeTasksPopupAction: | |
alt r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment