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