From: Oleg Broytman Date: Tue, 29 Mar 2016 14:23:35 +0000 (+0300) Subject: .profile: remove options -F and -X from LESS X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=6bf46a8c8b9fdcc6162f904d3f318e3500212686;ds=sidebyside .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. --- 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 ;;