Files
tmux_config/tmux-script
2025-07-17 18:12:18 +02:00

7 lines
159 B
Plaintext
Executable File

tmux new-s -d 'podman start nvim_dev && podman exec -it nvim_dev /bin/bash'
tmux rename-window -t 1 NVIM
cd
tmux new-w
tmux rename-window -t 2 GIT
tmux attach