Files
dotfiles/config/tmux/sessions/python
Uttarayan Mondal d9edc1a714 Inital Commit
2021-01-26 18:43:08 +05:30

4 lines
152 B
Plaintext
Executable File

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