Files
dotfiles/config/tmux/sessions/c
2023-02-03 15:58:33 +05:30

4 lines
112 B
Plaintext

tmux new-session -d -s 'c' -n 'neovim' -c ~/Projects/c
tmux new-window -t c -n shell
tmux select-window -t c:0