maltize / sublime-text-2-ruby-tests

Sublime Text 2 plugin for running ruby tests! (Unit, RSpec, Cucumber)
721 stars 119 forks source link

Open test in split view, vertical split vs. horizontal split #264

Open cannikin opened 8 years ago

cannikin commented 8 years ago

Command + Ctrl + . is the shortcut to switch between a Ruby file and its test file in split view, but is there any way to customize the direction of the split?

Currently it splits vertically only (two files side by side) but I'd prefer it to split horizontally (Ruby file above, test file below). If I'm already in horizontal split mode it actually changes it to vertical mode as soon as I hit that shortcut.