From b3b0e62b9f95fd7a1c35ebc32b0c91922d46567c Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 11 Feb 2015 17:24:02 +0100 Subject: [PATCH] Removing the -m and the f**king -F option to less. -m was not wanted anymore. -F implementation has changed. It used to make less behave like cat if the text could fit the terminal, now it displays nothing. I know the later is the intended behavior, however it makes this option absolutely awful when used in psql and there is no known replacement. --- .psqlrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.psqlrc b/.psqlrc index 465437a..64f310d 100644 --- a/.psqlrc +++ b/.psqlrc @@ -1,5 +1,5 @@ \timing on -\setenv LESS -imx4F +\setenv LESS -ix4 \x auto \pset null '[NULL]'