Skip to content

Instantly share code, notes, and snippets.

@johnloy
Last active August 27, 2021 19:46
Show Gist options
  • Save johnloy/7a85a310189bf55589c0eb2063e5da20 to your computer and use it in GitHub Desktop.
Save johnloy/7a85a310189bf55589c0eb2063e5da20 to your computer and use it in GitHub Desktop.
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 -'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment