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.
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 ofswap-window
, so I fixed it.