mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Revert "add -F and -X to default $LESS environment variable (#6611)"
This reverts commit 9544316ef9
.
This setting broke mouse / touchpad scroll on programs using `less` output
due to it not using the alternate screen buffer.
Fixes #7025
This commit is contained in:
parent
5fa7824ea5
commit
106f826075
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ setopt long_list_jobs
|
|||
|
||||
## pager
|
||||
env_default PAGER 'less'
|
||||
env_default LESS '-FRX'
|
||||
env_default LESS '-R'
|
||||
|
||||
## super user alias
|
||||
alias _='sudo'
|
||||
|
|
Loading…
Reference in a new issue