6 lines
199 B
Plaintext
Executable File
6 lines
199 B
Plaintext
Executable File
tmux new-session -d -s 'default' -n 'neovim'
|
|
tmux new-window -t default -n 'shell'
|
|
# tmux new-window -t default -n 'IRC'
|
|
# tmux send-keys -t default:IRC "irssi" Enter
|
|
tmux select-window -t default:0
|