Fix broken less

This commit is contained in:
2022-05-10 23:33:43 -07:00
parent df2641866c
commit e3ed193a57

View File

@@ -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"