summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 158c3ec..640cd09 100644
--- a/.vimrc
+++ b/.vimrc
@@ -34,6 +34,10 @@ augroup END
set guifont=6x13:h13
set guicursor=a:block-Cursor/lCursor-blinkon0
+" Activate man pages display in vim with hyperlink navigation.
+ru ftplugin/man.vim
+set keywordprg=:Man
+
" fzf plugin
set rtp+=/opt/homebrew/opt/fzf
let g:fzf_preview = 'cat {}'