How to integrate with kitty-navigator.nvim #350
|
I use kitty and kitty-navigator.nvim to make Current behavior
What I triedOverwriting Now I can navigate out of the Help! |
Replies: 1 comment
|
I looked into the way I'm going to do two things: |
I looked into the way
sidekickdoes things in comparison tokitty-navigator, and the only difference when it tries to use vim fns (wincmd, in particular) is thatsidekickinvokes it viavim.schedule. If I modify thekitty-navigatorcode to usevim.schedule, things work perfectly.I'm going to do two things:
kitty-navigatorto usevim.schedule. (Merged)sidekickto "fall back" to other mappings kind of like the wayremapworks. I'm not quite sure how to do that (the code, that is), but hopefully someone can provide some help. (Submitted)