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