0
votes

If the current window is numbered 3, then I want a new window at 4, and the current 4 should move to 5, 5 to 6 and so on.

1

1 Answers

0
votes

:new-window -a does exactly this. Add bind c new-window -a to your .tmux.conf to make this persistent for everytime you open a new window with PREFIX c.