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