Kitty integration reverses input direction #404
-
|
After a reason update to this plugin I now have the problem that the navigation from a window on the left to a window on the right does not work if the window on the left is a nvim window. However if I try to navigate to the left from the window on the left I land on the right. I have manually update all the required kittens and checked my previously working config against the one from the readme but couldn't find anything wrong besides differing keybinds.
Here are some logs, I don't know if they are helpful: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Could you please try to set
|
Beta Was this translation helpful? Give feedback.
-
|
Raised PR to address this. |
Beta Was this translation helpful? Give feedback.
Could you please try to set
at_edgeto 'stop' or 'split' in your conf?at_edge = 'wrap'is not supported on Kitty terminal but it is the default for the plugin - I will raise a change for that.