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.
This commit is contained in:
parent
0f50be3a6d
commit
b3b0e62b9f
1 changed files with 1 additions and 1 deletions
2
.psqlrc
2
.psqlrc
|
@ -1,5 +1,5 @@
|
|||
\timing on
|
||||
\setenv LESS -imx4F
|
||||
\setenv LESS -ix4
|
||||
\x auto
|
||||
\pset null '[NULL]'
|
||||
|
||||
|
|
Loading…
Reference in a new issue