Skip to content

Instantly share code, notes, and snippets.

@milisarge
Created March 23, 2022 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milisarge/182abb6adcab497727da68513e114bc5 to your computer and use it in GitHub Desktop.
Save milisarge/182abb6adcab497727da68513e114bc5 to your computer and use it in GitHub Desktop.
Tmux Dörtlü Panel
#!/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