From 6bf46a8c8b9fdcc6162f904d3f318e3500212686 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 29 Mar 2016 17:23:35 +0300 Subject: [PATCH] .profile: remove options -F and -X from LESS Option -F is especially painful when `less' is called from a TUI program like `mutt' with a short input - less immediately exits and the TUI program redraws the screen. --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 5934957..0e3ffdd 100644 --- a/.profile +++ b/.profile @@ -85,7 +85,7 @@ if [ -t 0 ] ; then if [ -n "$HAS_LESS" ]; then PAGER=less - LESS="FRXgimq" + LESS="Rgimq" case "$LC_CTYPE" in *UTF-8) LESSCHARSET=utf-8 ;; -- 2.39.2