diff options
| author | 2020-09-06 11:40:01 -0400 | |
|---|---|---|
| committer | 2020-09-06 11:40:01 -0400 | |
| commit | 482e2924a8fe2337c24bf8c0412f52f6038dbfd5 (patch) | |
| tree | 516617fb9a4659ddfed7b1d715a04e8787f626cb /dot_zsh/source/env.zsh | |
| parent | micro: add gemini highlighting (diff) | |
zsh: configure less the proper way please
Diffstat (limited to '')
| -rw-r--r-- | dot_zsh/source/env.zsh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dot_zsh/source/env.zsh b/dot_zsh/source/env.zsh index ddd14da..abd3c7e 100644 --- a/dot_zsh/source/env.zsh +++ b/dot_zsh/source/env.zsh @@ -1,6 +1,7 @@ export EDITOR==micro export GIT_EDITOR==micro -export PAGER='less -R' +export LESS='-R --mouse --wheel-lines=4' +export PAGER='less' if [[ -z $TERMINFO_DIRS ]]; then autoload -Uz autosource |
