diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-01-04 13:40:34 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-01-04 13:40:34 +0100 |
commit | dec3c0391c75ba921baa89ee613e712117fe97bd (patch) | |
tree | 9dc8c905deb30681d75b160da68d71e13a77fe52 | |
parent | 1ce9b6f58dd603990b22984b1a074cac94792470 (diff) | |
download | dotfiles-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-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |