Skip to content

Instantly share code, notes, and snippets.

@twmht
Created December 4, 2013 15:00
Show Gist options
  • Save twmht/7788901 to your computer and use it in GitHub Desktop.
Save twmht/7788901 to your computer and use it in GitHub Desktop.
man page with vim
man () {
/usr/bin/man $@ | col -b | vim -R -c 'set ft=man nomod nolist' -
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment