It seems that you want to do this without the command prefix key. If so, add the following commands to your ~/.tmux.conf
:
bind-key -n Ct new-window bind-key -n Cw kill-window bind-key -n C-Tab next-window
If you want to use the prefix key, release -n
from the above commands.
source share