I'd like to bind the - key to core.go.up, this is in line with how it works in netrw/vinegar in my vim setup, and I would like to keep that muscle memory. However neither "Minus", "KeypadMinus", "Hyphen" (which is the macos keycode for this key) nor "-" seem to work. It just starts collecting the key presses in the little search box (lower right corner of tab). If this was somehow possible, it would be quite useful for me.
While I am at it, is there a full list of all possible key bindings, as well as a full reference of the actions (core.x.y.z) that I can look at? This seems to be missing, or at least I was not able to find it at all.
Also what I have been struggling with is a key to mark files (like it happens when you Cmd-Click on them), I know I can mark from here to there etc, but just "mark file that the cursor is on rn" is something I have not managed to find.
Since I don't know if these are bugs, future features or just my inability to read docs I have put this stuff together in one issue, I hope that is ok!
I'd like to bind the
-
key tocore.go.up
, this is in line with how it works in netrw/vinegar in my vim setup, and I would like to keep that muscle memory. However neither "Minus", "KeypadMinus", "Hyphen" (which is the macos keycode for this key) nor "-" seem to work. It just starts collecting the key presses in the little search box (lower right corner of tab). If this was somehow possible, it would be quite useful for me.While I am at it, is there a full list of all possible key bindings, as well as a full reference of the actions (
core.x.y.z
) that I can look at? This seems to be missing, or at least I was not able to find it at all.Also what I have been struggling with is a key to mark files (like it happens when you Cmd-Click on them), I know I can mark from here to there etc, but just "mark file that the cursor is on rn" is something I have not managed to find.
Since I don't know if these are bugs, future features or just my inability to read docs I have put this stuff together in one issue, I hope that is ok!
Cheers tostr