Hi all,
I would like to add a description for my mappings.
If, for example, I press "g" in normal mode it appears the following:
key: / :cd /
key: A (re)calculate size
key: T n-th previous tab
key: U convert to uppercase
key: UU convert to uppercase
key: UgU convert to uppercase
key: a calculate size
key: b :file &l
key: d :cd ~/Documents
...
There is a description for default mappings like 'key:A' and the command for user-defined mappings (defined in vifmrc file) like 'key:/'. How can I add a description for user-defined mappings in vifmrc file?
Thanks.