Fixing mouse scrolling in less (and man)
This commit is contained in:
parent
02e39eaf4f
commit
1c049e9802
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ fi
|
|||
export LESSCHARSET="UTF-8"
|
||||
export LESSHISTFILE='-'
|
||||
export LESSEDIT='vim ?lm+%lm. %f'
|
||||
export LESS='-F -g -i -M -R -S -w -X -z-4'
|
||||
export LESS='-F -g -i -M -R -S -w -z-4'
|
||||
|
||||
if (( $+commands[lesspipe.sh] )); then
|
||||
export LESSOPEN='| /usr/bin/env lesspipe.sh %s 2>&-'
|
||||
|
|
Loading…
Add table
Reference in a new issue