summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-04-13 01:16:09 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-04-17 04:28:19 -0700
commit999ca5a5ca7655326bcc44a4364e6dcea83b0385 (patch)
tree83c0a68f9dfe0f0ecee0a4858e636565c4bc919b /home/xyz
parentb9bd134aa9a2f89e58053f6330499752642931c6 (diff)
less show tab width as 4 space instead of 8
Diffstat (limited to 'home/xyz')
-rw-r--r--home/xyz/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile
index c44954dd..7d404438 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