Can't use Ctrl+j/k to navigate in `open_prev_doc` menu in `alpha` version. It works in version 2.0 (OS: Windows 10)
As title says, navigation with Ctrl+j/k doesn't work anymore in menu for open_prev_doc (Windows 10). I think this is a bug and not meant. I don't know if this is fixed in dev branch though, as I haven't compiled it.
I think we unbounded the hard-coded bindings for that. Now can you manually configure it like so:
[m]control_menu(down) <C-j>
Oh, okay! But what does [m] mean here?
Also, another question, but I think it's okay to ask here. Why can't I bind <S-j> nor <S-k> to anything? It's like they are already reserved for something...
The [m] means this binding is only active in menus. <S-j> is just capital J which obvious can't be bound when inside menus. If you want to bind it outside menus you can do it like so:
command J