marta-file-manager / marta-issues

An issue tracker for Marta File Manager.
https://marta.yanex.org/
366 stars 0 forks source link

Bind key minus/hyphen #1084

Open tostr7191 opened 1 week ago

tostr7191 commented 1 week ago

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!

Cheers tostr

tostr7191 commented 1 week ago

I figured out that I can bind - if I have this config snippet:

    quickSelect {
        activateOnAnyCharacter false
    }

So, in that case, I suspect that this is indeed a bug!