Browse Source

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

master
Sorin Ionescu 12 years ago
parent
commit
390c353f97
  1. 3
      environment.zsh

3
environment.zsh

@ -94,6 +94,9 @@ fi @@ -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…
Cancel
Save