diff --git a/modules/editor.zsh b/modules/editor.zsh index a0f5d98..5df3af7 100644 --- a/modules/editor.zsh +++ b/modules/editor.zsh @@ -9,4 +9,4 @@ export PAGER=less export MANPAGER=less # less options -export LESS="-r" +export LESS="--no-init --LONG-PROMPT --quit-if-one-screen --RAW-CONTROL-CHARS --tabs=4 --ignore-case"