You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/meli/docs
Guillaume Ranquet a37d5fc1d1 conf/shortcuts: implement a key to command mapping
Permits users to map keys in their configuration file to an array of meli commands

e.g:
[shortcuts.listing]
commands = [ { command = [ "tag remove trash", "flag unset trash" ], shortcut = "D" },
             { command = [ "tag add trash", "flag set trash" ], shortcut = "d" } ]

Signed-off-by: Guillaume Ranquet <granquet@baylibre.com>
5 months ago
..
samples Move src to meli/src 11 months ago
screenshots Move src to meli/src 11 months ago
external-tools.md Move src to meli/src 11 months ago
mail.vim Move src to meli/src 11 months ago
meli-themes.5 Retouch manual pages 6 months ago
meli.1 listing: add clear-selection command 5 months ago
meli.7 listing: do not clear selection after action 5 months ago
meli.conf.5 conf/shortcuts: implement a key to command mapping 5 months ago