myshellconfig/tmux/sessions/dev.session
Jakobus Schürz 512f50be49 neues setup
2022-10-21 10:59:37 +02:00

6 lines
242 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
set-environment -u sshcon