4 lines
182 B
Plaintext
4 lines
182 B
Plaintext
tmux new-session -d -s 'jekyll' -n 'neovim' -c ~/Projects/uttarayan21.github.io
|
|
tmux new-window -t jekyll -n shell -c ~/Projects/uttarayan21.github.io
|
|
tmux select-window -t jekyll:0
|