summaryrefslogtreecommitdiff
path: root/home/xyz/.profile
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-04-13 01:16:09 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-04-13 01:16:09 -0700
commit88e311b269928e065e505d293cebc0a9726da49d (patch)
tree4f4578f494d61357c6af5754c1018ca062d8c828 /home/xyz/.profile
parentf42f6a3b214993a42d45d855991dd63d3024449c (diff)
less show tab width as 4 space instead of 8
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r--home/xyz/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile
index 9919a7a2..df9ffd18 100644
--- a/home/xyz/.profile
+++ b/home/xyz/.profile
@@ -32,7 +32,7 @@ export PAGER=less
# but other situation seems less use -F as default?
# steal from sdcv arch wiki
# CALCURSE_PAGER less can't use -F, else ? and > hotkey will only blink the text
-export LESS=-FRXi
+export LESS=-FRXix4
export SDCV_PAGER="$PAGER"
export SDCV_HISTSIZE=10000