Commit 106f8260 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Revert "add -F and -X to default $LESS environment variable (#6611)"

This reverts commit 9544316e.

This setting broke mouse / touchpad scroll on programs using `less` output
due to it not using the alternate screen buffer.

Fixes #7025
parent 5fa7824e
......@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment