-
Notifications
You must be signed in to change notification settings - Fork 32
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
Can't navigate between Nvim splits #41
Comments
Thanks for the reply. |
I think I figured this out. Basically,
The vim process detection in I don't have time currently to search/implement a fix, but I think instead of deferring vim process detection to the kitten, this needs to be inverted and |
Any progress on this? I'm having the same issue. Is it best for me to downgrade kitty? If so, what is the latest kitty version known where nvim split navigation wasn't broken? I'm on kitty 0.28.1 and nvim 0.9.0 fwiw |
Has anyone attempted a fix for this? This is a legitimate bug. Bindings don't work for me with Kitty 0.28.1 and nvim 0.8.0. |
Haven't found time nor do I have the need anymore. I've ejected to using two sets of keybindings. The |
I have noticed this is still open. Is this still an issue? Works fine for me with kitty v0.29.2 and nvim v0.9.1. EDIT: If you can move between nvim splits but can't go to a kitty pane, make sure you don't overwrite the keybindings later in your neovim config. |
This plugin no longer seems to work for me. I tried following the troubleshooting steps and have narrowed it down to a possible issue with the encoded key map. I'm not sure. This is what I see in my kitty debug output when I press
Any thoughts on how to debug further? |
@rrpolanco Not sure, debug output doesn't give me enough to go on. Care to share your configuration so maybe I could try to replicate the issue? |
Same problem here. Anything I can do to help? |
seems to be an issue for me still |
Have you tried to solution in #43 outlined by this comment? |
I did yes. I set them manually as well and tried debugging with kitty as
described in doc, debugging showed nothing but what expected that it was
targeting nvim
…On Tue, Jul 23, 2024, 17:01 Travis Crist ***@***.***> wrote:
Have you tried to solution in #43
<#43> outlined by
this comment?
#43 (comment)
<#43 (comment)>
—
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGDFEEZGPEKPBPYRATI2XFTZN3AEDAVCNFSM6AAAAABLK5SYXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBWGMYDSNRUGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I am using lazyvim now instead of my own config since last week so I wonder
if lazyvim is overriding. Shouldn't be
…On Tue, Jul 23, 2024, 17:07 Jacob Reed ***@***.***> wrote:
I did yes. I set them manually as well and tried debugging with kitty as
described in doc, debugging showed nothing but what expected that it was
targeting nvim
On Tue, Jul 23, 2024, 17:01 Travis Crist ***@***.***> wrote:
> Have you tried to solution in #43
> <#43> outlined by
> this comment?
> #43 (comment)
> <#43 (comment)>
>
> —
> Reply to this email directly, view it on GitHub
> <#41 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AGDFEEZGPEKPBPYRATI2XFTZN3AEDAVCNFSM6AAAAABLK5SYXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBWGMYDSNRUGY>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
So I did some testing, I can navigate up and down in kitty splits using the command in neovim |
was able to get it working with this:
in my keymaps.lua |
Is it still not working? |
@carlos-algms The plugin is still working (I use it every day). Some people have random issues due to configuration or environment or whatever, so I leave this issue as an open forum for troubleshooting various problems. |
I'm back to report that the plugin worked first try, with no custom code Thank you @knubie, the experience is amazing. Since the docs said the plugin would bind the keys for me, I disabled my custom keybindings beforehand, just to make sure I had no conflicts. Since I'm using -- plugins/vim-navigator.lua
return {
"knubie/vim-kitty-navigator",
build = "cp ./*.py ~/.config/kitty/",
} Remember to quit Kitty, closing the last window isn't enough 😉. |
Something in the way I'm launching it on macOS (Sequoia) causes
|
Hi I've been using this plugin for quite a long time without problem.
I'm not sure what changed if it's a Nvim update or a Kitty update but I can no longer navigate between Nvim splits.
I have
Ctrl + h/j/k/l
mapped in Nvim toCtrl + w h/j/k/l
for easier navigation between splits but that no longer works.Instead the cursor jumps to the kitty split, ignoring the Nvim splits.
I'm using Nvim 0.8.3, kitty 0.27.1
I can still navigate between Nvim splits by using
Ctrl + w h/j/k/l
it's just my bindings that no longer work.I tried disabling my bindings in case that was now the default but that didn't work.
I ran kitty in debug mode with the print statement in my pass_keys.py and this is what I see....
Though I have no idea what it means.
The text was updated successfully, but these errors were encountered: