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