Files
dotfiles/config/tmux/sessions/python
2023-02-03 15:58:33 +05:30

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