weechat-vimode
weechat-vimode copied to clipboard
"normal j" seems broken
Consider following sequence:
- open buffer
- go to unread marker (
Meta-u) - go to normal mode (
Esc) j- ignoredj- ignoredj- accepted
Replace Meta-u with Meta-e or Meta-y and same happens. It seems some key consuming logic is broken. I can't attest if this is a regression or not though.
EDIT:
Using fc2615d (i.e., HEAD revision at a time of writing).
Can't do much about this currently, this is a bit similar to the issue highlighted in the FAQ. Once this is fixed in weechat I can maybe switch back to using key_pressed which should be a solution.