You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not entirely sure if it's a Tmux issue or just skill issue, but I THINK Tmux doesn't handle windows rearrangement that's more than 2 index gracefully so rn it's returning me error code when I'm trying to swap windows that has more than 2 gaps in between.
Edge Case that won't cause bug
Have 3 windows opened in a session
Remove window index 1
Swap windows
Code seems to work fine...
Detailed steps to reproduce bug:
Have 4 windows opened in a session
Remove window index 1 and 2
Swap windows
Note: For some reason the index does swap to 1...but it returns an error code 1...which is weird since it seems to be working fine
I'm not entirely sure if it's a Tmux issue or just skill issue, but I THINK Tmux doesn't handle windows rearrangement that's more than 2 index gracefully so rn it's returning me error code when I'm trying to swap windows that has more than 2 gaps in between.
Edge Case that won't cause bug
Code seems to work fine...
Detailed steps to reproduce bug:
Note: For some reason the index does swap to 1...but it returns an error code 1...which is weird since it seems to be working fine