4 lines
112 B
Plaintext
Executable File
4 lines
112 B
Plaintext
Executable File
tmux new-session -d -s 'c' -n 'neovim' -c ~/Projects/c
|
|
tmux new-window -t c -n shell
|
|
tmux select-window -t c:0
|