Created
March 23, 2022 06:30
-
-
Save milisarge/182abb6adcab497727da68513e114bc5 to your computer and use it in GitHub Desktop.
Tmux Dörtlü Panel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
tmux new-session -d | |
tmux split-window -v | |
tmux split-window -h | |
tmux swap-pane -D | |
tmux split-window -h | |
tmux -2 attach-session -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment