Skip to content

Instantly share code, notes, and snippets.

@ubuntupunk
Created October 27, 2020 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ubuntupunk/3252f731dd39ba9c52df9a0807687915 to your computer and use it in GitHub Desktop.
Save ubuntupunk/3252f731dd39ba9c52df9a0807687915 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
viman () { text=$(man "$@") && echo "$text" | vim -R +":set ft=man" - ; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment