diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-04-13 01:16:09 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-04-13 01:16:09 -0700 |
commit | 88e311b269928e065e505d293cebc0a9726da49d (patch) | |
tree | 4f4578f494d61357c6af5754c1018ca062d8c828 /home/xyz/.profile | |
parent | f42f6a3b214993a42d45d855991dd63d3024449c (diff) |
less show tab width as 4 space instead of 8
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 2 |
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 |