rc man: Rename mode to man

The suffix seems redundant when entering the mode with the
`enter-user-mode` command.

Closes #3970
This commit is contained in:
Frank LENORMAND 2021-11-04 07:15:43 +03:00
parent a70dbda54c
commit 28559bc1e7

View File

@ -135,10 +135,10 @@ man-jump %{
}
# Suggested keymaps for a user mode
declare-user-mode man-mode
declare-user-mode man
define-command man-mode-map -params 3 %{
map global man-mode %arg[1] %arg[2] -docstring %arg[3]
map global man %arg[1] %arg[2] -docstring %arg[3]
} -hidden
man-mode-map 'g' ': man-jump<ret>' 'Jump to a man page using selected man page link'