Create And Name a Tmux Window
Here's a shortcut to create and name a new Tmux window, where <CTRL-Z
is my Tmux leader. It is followed by the desired window name:
<CTRL-Z> c <CRTL-Z> ,
This is an alternative to a more verbose one-line command, also followed by the desired window name:
<CTRL-Z> :new-window -n
Tweet