Files
dotfiles/config/tmux/sessions/hexwords
Uttarayan Mondal 471c328ef1 Update tmux configs
2022-02-14 23:42:53 +05:30

6 lines
275 B
Plaintext
Executable File

tmux new-session -d -s 'hexwords' -n 'neovim' -c ~/Projects/hexwords
tmux new-window -t hexwords -n shell -c ~/Projects/hexwords
tmux new-window -t hexwords -n npm -c ~/Projects/hexwords/docs
tmux send-keys -t hexwords:npm "yarn start" Enter
tmux select-window -t hexwords:0