[Fix #35] Add a comment on enabling mouse scroll
This commit is contained in:
parent
2d0e73c0a7
commit
390c353f97
|
@ -94,6 +94,9 @@ fi
|
|||
export LESSCHARSET="UTF-8"
|
||||
export LESSHISTFILE='-'
|
||||
export LESSEDIT='vim ?lm+%lm. %f'
|
||||
|
||||
# Mouse-wheel scrolling has been disabled by -X (disable screen clearing).
|
||||
# Remove -X and -F (exit if the content fits on one screen) to enable it.
|
||||
export LESS='-F -g -i -M -R -S -w -X -z-4'
|
||||
|
||||
if (( $+commands[lesspipe.sh] )); then
|
||||
|
|
Loading…
Reference in a new issue