From 103e051d96964a78b610fdef0e569b5135ecd98a Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 28 Nov 2021 15:17:36 +0800 Subject: [PATCH] use man for command :Man --- plugin/command.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/command.vim b/plugin/command.vim index 83cc750..a8e2998 100644 --- a/plugin/command.vim +++ b/plugin/command.vim @@ -3,3 +3,5 @@ command! -nargs=1 -complete=command Redir call utils#CaptureCommandOutput(]) call utils#Cabbrev('edit', 'Edit') + +call utils#Cabbrev('man', 'Man')