Description
I know this UI choice from Source Engine based games; when I was reading through the docs and couldn't figure out how to rebind a key that was already bound to something else, this choice not being a part of Micro frustrated me quite a bit.
You could check ~/.config/micros/bindings.json for binds the user set, but I couldn't find a list of default binds and their associated commands.
I would expect something like this:
> bind Ctrl-c
"Ctrl-c" = "copy"
Description
I know this UI choice from Source Engine based games; when I was reading through the docs and couldn't figure out how to rebind a key that was already bound to something else, this choice not being a part of Micro frustrated me quite a bit.
You could check
~/.config/micros/bindings.jsonfor binds the user set, but I couldn't find a list of default binds and their associated commands.I would expect something like this: