Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Adds keycaps for Splitting windows
Browse files Browse the repository at this point in the history
smash + up for split vertically
smash + down for split horizontally
smash + left/right for move to opposite tab group

where smash = Cmd + Opt +Ctrl + Shift
  • Loading branch information
Charlie Bevis and Jonathan Barnes committed Jun 25, 2014
1 parent b54c109 commit e6d428f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RubyMineXX/keymaps/Pivotal OS X 10_5_.xml
Expand Up @@ -7,13 +7,14 @@
<keyboard-shortcut first-keystroke="control meta alt R" />
</action>
<action id="MoveEditorToOppositeTabGroup">
<keyboard-shortcut first-keystroke="control meta M" />
<keyboard-shortcut first-keystroke="shift control meta alt LEFT" />
<keyboard-shortcut first-keystroke="shift control meta alt RIGHT" />
</action>
<action id="SplitHorizontally">
<keyboard-shortcut first-keystroke="shift control S" />
<keyboard-shortcut first-keystroke="shift control meta alt DOWN" />
</action>
<action id="SplitVertically">
<keyboard-shortcut first-keystroke="control S" />
<keyboard-shortcut first-keystroke="shift control meta alt UP" />
</action>
</keymap>

0 comments on commit e6d428f

Please sign in to comment.