Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow wrapping #30

Open
hbarcelos opened this issue Jan 31, 2022 · 2 comments
Open

Allow wrapping #30

hbarcelos opened this issue Jan 31, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@hbarcelos
Copy link

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 pressing ctrl+l, it wraps around and goes to the left-most window).

Would that be too hard to implement?

@knubie
Copy link
Owner

knubie commented Feb 1, 2022

Hi @hbarcelos , thanks!

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.

@knubie knubie added enhancement New feature or request help wanted Extra attention is needed labels Feb 1, 2022
@hbarcelos
Copy link
Author

Looks like this was implemented here.
Maybe it will work by default.

I'm waiting for the newest version to be available in my distro upstream so I can test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants