All Questions
6 questions
0
votes
3
answers
199
views
open man (or info) pages from the same position where you left off last time
I treat man pages is the primary source of documentation about installed software.
I would like to use them not only as a reference, but actually read them from beginning to end.
And here comes the ...
0
votes
0
answers
68
views
Bashrc not loading when running manpager
I have found issues with using the MANPAGER variable in bash in order to set vim to be my manpager.
Initially I set my manpager using the method shown in :help manpager by doing:
export MANPAGER="...
1
vote
1
answer
1k
views
man pages no longer rendering - lots of "permission denied" errors related to pager / vimpager
For reasons I can't determine, within the last two days the "man" command stopped working on my linux server (Ubuntu 18.04). When attempting to run man <anything> I end up at a blank instance ...
23
votes
7
answers
8k
views
How to scroll large datafile while keeping header
Suppose I have some large datafile, which overflow the screen in both vertical and horizontal direction. How can I browse this file, while the header-lines stay on the screen?
For the moment, I am ...
92
votes
5
answers
92k
views
How to make Vim display colors as indicated by color codes?
In short, I'm in an effort to replace less with vim (vimpager). I have settings for scripts to spit out colors (and bold and everything nice) whenever they can. less understands the color codes and ...
3
votes
1
answer
1k
views
`man ascii` is misaligned when using vim as a pager
To use Vim as a pager for man I have
export MANPAGER="/usr/share/vim/vim73/macros/manpager.sh"
in my profile. Now man pages look very good with colors and stuff. However, when trying man ascii as a ...