Created
October 27, 2020 14:12
-
-
Save ubuntupunk/3252f731dd39ba9c52df9a0807687915 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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