vim-superman
vim-superman copied to clipboard
Read Unix man pages faster than a speeding bullet!
vim-superman for Fish shell users. Tab completion works with no configuration.
[VISUAL vs EDITOR what's the difference?](https://unix.stackexchange.com/q/4859/143394) > The EDITOR editor should be able to work without use of "advanced" terminal functionality (like old ed or ex mode of vi). It...
It seems that the lines are attempting to make themselves "too long" by one character, triggering vim's soft linewrapping, which looks awful for manpages. [Here's what it looks like](https://ptpb.pw/27Ds.png) (`vman`...
Hi, I find superman really great, especially when doing c programming and needing to read man pages. I use the plugin from inside vim with for example :SuperMan printf I...