Skip to content

Commit

Permalink
let's try less -R for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Jul 16, 2008
1 parent f8d4e0d commit dd079be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .shared_rc
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ export SCREENRC=$ZDOTDIR/.screenrc
# }}}
# {{{ Pager

export METAMAIL_PAGER='less -r'
export PERLDOC_PAGER='less -r'
#export METAMAIL_PAGER='less -R'
#export PERLDOC_PAGER='less -R'
export PAGER='less'

# Could also include -J for making it more obvious where matches are,
# but extra first column is often annoying e.g. cut'n'paste, so better
# to have it off by default.
export LESS='-a -h100 -i -j15 -M -q -W -y100 -X'
export LESS='-a -h100 -i -j15 -M -q -R -W -y100 -X'

export LESSOPEN="|$ZDOTDIR/bin/lesspipe.sh %s"
#export LESSCLOSE='/usr/local/bin/lessclose.sh %s %s'
Expand Down

0 comments on commit dd079be

Please sign in to comment.