sainnhe / tmux-fzf

Use fzf to manage your tmux work environment!
MIT License
991 stars 53 forks source link

Fixed "window -> swap" swapping panes instead of windows #70

Closed sc0 closed 12 months ago

sc0 commented 12 months ago

Hi! I noticed that when selecting "window" and "swap" from the fzf menu something weird happens - it seemed like the pane got swapped randomly and the windows remained the same. Upon further investigation I realized it's a result of window -> swap triggering swap-pane instead of swap-window, so I fixed it.

sainnhe commented 12 months ago

That's my mistake, thanks!