tmux_config/tmux-script
2025-05-16 20:37:48 +02:00

8 lines
123 B
Plaintext
Executable File

cd ~/Documents/git-repos
tmux new-s -d
tmux rename-window -t 1 NVIM
cd
tmux new-w
tmux rename-window -t 2 GIT
tmux attach