myshellconfig/tmux/sessions/dev.session

7 lines
242 B
Text
Raw Normal View History

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
2022-09-28 09:53:50 +02:00
set-environment -u sshcon