Update tmux configs

This commit is contained in:
Uttarayan Mondal
2022-02-14 23:42:53 +05:30
parent c386fa12cd
commit 471c328ef1
11 changed files with 38 additions and 7 deletions

3
config/tmux/sessions/go Normal file
View File

@@ -0,0 +1,3 @@
tmux new-session -d -s 'go' -n 'neovim' -c ~/go
tmux new-window -t go -n shell -c ~/go
tmux select-window -t go:0