[Fix #35] Add a comment on enabling mouse scroll

This commit is contained in:
Sorin Ionescu 2012-03-19 14:06:41 -04:00
parent 2d0e73c0a7
commit 390c353f97

View File

@ -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