summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2019-01-04 13:40:34 +0100
committerFlorian Pritz <bluewind@xinu.at>2019-01-04 13:40:34 +0100
commitdec3c0391c75ba921baa89ee613e712117fe97bd (patch)
tree9dc8c905deb30681d75b160da68d71e13a77fe52
parent1ce9b6f58dd603990b22984b1a074cac94792470 (diff)
downloaddotfiles-dec3c0391c75ba921baa89ee613e712117fe97bd.tar.gz
dotfiles-dec3c0391c75ba921baa89ee613e712117fe97bd.tar.xz
zshrc: Add context to searches in less
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 8a2a2cc..19f7fc0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -242,7 +242,7 @@ export PERLDOC_PAGER=less
export PERLDOC="-MPod::Text::Color::Delight"
export LESSCHARSET="UTF-8"
export LESSOPEN='|/usr/bin/lesspipe.sh %s 2>&-'
-export LESS='-i -n -w -M -R -P%t?f%f \
+export LESS='-j10 -i -n -w -M -R -P%t?f%f \
:stdin .?pb%pb\%:?lbLine %lb:?bbByte %bb:-...'
# Less Colors for Man Pages