Skip to content

Commit

Permalink
[Fix sorin-ionescu#35] Add a comment on enabling mouse scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
RIT80 committed Mar 20, 2012
1 parent 24a2d31 commit 4e574fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions environment.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e574fc

Please sign in to comment.