johnloy
5/11/2017 - 11:00 PM

Set Vim as MANPAGER

set vim as MANPAGER

# From http://vim.wikia.com/wiki/Using_vim_as_a_man-page_viewer_under_Unix
export MANPAGER='col -bx | vim -c ":set ft=man nonu nolist" -R -'