We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swap-window -s 3 -t 1
to let window number 3 and window number 1 swap their positions.
bind-key m command-prompt -p "move window to:" "swap-window -t '%%'" [m for move --> hit prefix-m and enter say 3 . .to renumber window to 3]
bind-key m command-prompt -p "move window to:" "swap-window -t '%%'"
Link: http://superuser.com/questions/343572/how-do-i-reorder-tmux-windows
The text was updated successfully, but these errors were encountered:
No branches or pull requests
swap-window -s 3 -t 1
window movement / renumbering like in screen's :number
bind-key m command-prompt -p "move window to:" "swap-window -t '%%'"
[m for move --> hit prefix-m and enter say 3 . .to renumber window to 3]
Link: http://superuser.com/questions/343572/how-do-i-reorder-tmux-windows
The text was updated successfully, but these errors were encountered: