rc man: Keep user mode alias in the prompt history

The `m` user mode key is a prompt helper, it's helpful to keep it in
the history by default.
This commit is contained in:
Frank LENORMAND 2021-11-04 07:28:06 +03:00
parent 4cee8917ab
commit b7452f2c7e

View File

@ -140,4 +140,4 @@ declare-user-mode man
map global man 'g' -docstring 'Jump to a man page using selected man page link' ': man-jump<ret>'
map global man 'j' -docstring 'Go to next man page link' ': man-link-next<ret>'
map global man 'k' -docstring 'Go to previous man page link' ': man-link-prev<ret>'
map global man 'm' -docstring 'Look up a man page' ': man<space>'
map global man 'm' -docstring 'Look up a man page' ':man<space>'