Add 'Man' command

master
Hektor Misplon 2022-05-11 00:56:39 +02:00
parent 4859fdb5a9
commit 7f7b6ee45c
1 changed files with 5 additions and 0 deletions

5
.vimrc
View File

@ -49,6 +49,11 @@ com! -nargs=0 Today :call Today()
com! -nargs=0 ToggleLineNumbers :call ToggleLineNumbers()
com! -nargs=0 ToggleConceal :call ToggleConceal()
" Setup Man command for reading man pages
if exists(":Man") != 2
source $VIMRUNTIME/ftplugin/man.vim
endif
" Keybindings
"""""""""""""