myshellconfig/tmux/sessions/dev.session
Jakobus Schürz d2f0657629 transition from HOSTCONFIG to MYSHELLCONFIG
and use the same pathes for vim plugin repos on git.schuerz.at as on
github.com
2020-01-14 10:12:00 +01:00

7 lines
217 B
Text

selectp -t 1 # select the first (0) pane
splitw -h -p 50 # split it into two halves
selectp -t 2 # select the new, second (1) pane
splitw -v -p 50 # split it into two halves
selectp -t 1 # go back to the first pane