tmux movew
Move a window to another
Options
Name | Description |
---|---|
-a | Move the window to the next index after dst-window |
-b | Move the window to the next index before dst-window |
-r | Renumber all windows in the session in sequential order |
-d | Do not select the newly linked window |
-k | Kill dst-window if exist |
-s <window-name> | The source window |
-t <window-name> | The destination window |