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

Commit

Permalink
Split Window Commands
Browse files Browse the repository at this point in the history
* Ctrl-S        ==> Vertical Split
* Ctrl-Shift-S  ==> Horizontal Split
  • Loading branch information
Matthew Kane Parker committed Jun 25, 2014
1 parent 383ff60 commit 5145b99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RubyMineXX/keymaps/Pivotal OS X 10_5_.xml
Expand Up @@ -6,5 +6,11 @@
<action id="Macro.run whole test file">
<keyboard-shortcut first-keystroke="control meta alt R" />
</action>
<action id="SplitHorizontally">
<keyboard-shortcut first-keystroke="shift control S" />
</action>
<action id="SplitVertically">
<keyboard-shortcut first-keystroke="control S" />
</action>
</keymap>

0 comments on commit 5145b99

Please sign in to comment.