1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

use man for command :Man

This commit is contained in:
jdhao 2021-11-28 15:17:36 +08:00
parent 17995b95a4
commit 103e051d96

View File

@ -3,3 +3,5 @@ command! -nargs=1 -complete=command Redir call utils#CaptureCommandOutput(<q-arg
command! -bar -bang -nargs=+ -complete=file Edit call utils#MultiEdit([<f-args>])
call utils#Cabbrev('edit', 'Edit')
call utils#Cabbrev('man', 'Man')