diff --git a/xonsh/rc.xsh b/xonsh/rc.xsh index 3448a21..f346f44 100644 --- a/xonsh/rc.xsh +++ b/xonsh/rc.xsh @@ -20,7 +20,7 @@ $UPDATE_PROMPT_ON_KEYPRESS = False $AUTO_CD = True $MANPAGER = "less -X" -$LESS = "--ignore-case --quit-if-one-screen --QUIET --RAW-CONTROL-CHARS" +$LESS = "--ignore-case --QUIET --RAW-CONTROL-CHARS" $EDITOR = "vim" $ALTERNATE_EDITOR = "vim"