less-unix Questions
2
Solved
I have scrolloff set to 4 in vim. This means that when I scroll up or down, there are 4 lines between the line I'm on and the bottom or top of the screen.
When I use less, usually to view a manpa...
Florist asked 16/6, 2011 at 17:54
2
Solved
How can you get similar highlightings to Zsh's Less than Bash's Less in Ubuntu?
I switched from OS X to Ubuntu. My Less do not work as expected in Zsh.
Manuals in my Less are green and black with...
1
Solved
This question is based on the thread.
I have the shell function
function man()
{
man "$1" > /tmp/manual; less /tmp/manual
}
The problem is there exists the command man.
How can you repla...
© 2022 - 2024 — McMap. All rights reserved.