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
First of all, thanks for taking the time to write this plugin. I really appreciate it.
I'm currently migrating from Tmux and vim-tmux-navigator and I'm missing the "wrapping" feature (i.e.: if I'm at the right-most window, when pressing ctrl+l, it wraps around and goes to the left-most window).
Would that be too hard to implement?
The text was updated successfully, but these errors were encountered:
I think to implement this we would need some capability of "wrapping" like that in kitty. Right now we are calling neighboring_window left/right in kitty. So either that function would need to be updated (in the kitty source) to support wrapping, or we would need to replace that call to some custom kitty python script that implements it.
Hi!
First of all, thanks for taking the time to write this plugin. I really appreciate it.
I'm currently migrating from Tmux and
vim-tmux-navigator
and I'm missing the "wrapping" feature (i.e.: if I'm at the right-most window, when pressingctrl+l
, it wraps around and goes to the left-most window).Would that be too hard to implement?
The text was updated successfully, but these errors were encountered: