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:
parent
a70dbda54c
commit
28559bc1e7
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user