GermainZ / weechat-vimode

A WeeChat script that adds vi-like modes, commands and keybindings.
GNU General Public License v3.0
266 stars 28 forks source link

j, k behavior on fset #89

Open danisztls opened 3 years ago

danisztls commented 3 years ago

On fset buffer j and ´k` scrolls line instead of moving between options. As such I have know way to move between options besides the mouse. Is this expected behavior?

GermainZ commented 3 years ago

It is expected behavior as in the feature isn't implemented, but it could be a useful addition to j/k to be bound to /fset -down/fset -up in the fset buffer.

Note that you should be able to use the arrows instead of the mouse (in Insert mode).

danisztls commented 3 years ago

Thanks for the clarification. I tried Normal and Command mode but would not expect it to work in Insert mode.