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:
parent
17995b95a4
commit
103e051d96
@ -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>])
|
command! -bar -bang -nargs=+ -complete=file Edit call utils#MultiEdit([<f-args>])
|
||||||
call utils#Cabbrev('edit', 'Edit')
|
call utils#Cabbrev('edit', 'Edit')
|
||||||
|
|
||||||
|
call utils#Cabbrev('man', 'Man')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user