Replies: 1 comment 1 reply
-
Hey @tuklu, which browser are you using? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Core Problem: The Vimium
nextTab
(K
) andpreviousTab
(J
) keybindings conflict with the expectedj
(down) andk
(up) Vim motion logic, particularly in a vertical tab setup like Zen Browser.Bug Description: The real bug is not with the default keys themselves, but with the custom key remapping. When attempting to swap the
J
andK
commands to match Vim'sj
(down) andk
(up) logic, the commands get stuck, repeatedly cycling between two adjacent tabs.Conclusion: This suggests a bug in how Vimium's remapping function handles vertical tab order, causing it to break when the default horizontal logic is changed.
Beta Was this translation helpful? Give feedback.
All reactions