aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-01-13 08:37:50 +0000
committerterminaldweller <thabogre@gmail.com>2022-01-13 08:37:50 +0000
commit3d9438850ddd8f52f16ca12fece85130c0191e55 (patch)
treea2a8a59b56afcb172dd6c2c27a37c89d1be34a15 /.vimrc
parentupdates for more images. they seem to work fine now.seem... (diff)
downloadscripts-3d9438850ddd8f52f16ca12fece85130c0191e55.tar.gz
scripts-3d9438850ddd8f52f16ca12fece85130c0191e55.zip
updates
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 60385d9..d7ae140 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1300,7 +1300,7 @@ let g:gutentags_plus_nomap = 1
map <leader>v <Plug>(Vman)
autocmd Filetype man setlocal relativenumber
autocmd Filetype man setlocal number
-" let g:vim_man_cmd = '/usr/bin/man'
+let g:vim_man_cmd = 'man -O width=200'
"context
let g:context_enabled = 0