💻 Software
tmux - Insert a window at a specified position
Fresh5 days ago
Mar 15, 20267895 viewsConfidence Score0%
0%
Problem
tmux has the "move-window" command with which you can move a window to a specified empty index like so: However, if index 3 is already taken you will not be able to move your current window to position 3. I'm looking for an option that will allow me to move (insert) my window at position 3 even if …
Error Output
move-window -t 3
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: tmux - Insert a window at a specified position
Low Risk
Try: using -a option when create new window can insert the new one just at the next index, while all other subsequent windows' index will increase automatically.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix