summaryrefslogtreecommitdiff
path: root/home/xyz/.profile
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-04-17 04:24:55 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-04-17 04:24:55 -0700
commitfe84f1b831505e71d89620e9b242bd02f4fc25af (patch)
tree16b46681410cf9fdd2efdcb377a3904225efbef6 /home/xyz/.profile
parent970ca530ea85a5cbb2f8f21da96cff9a274e4037 (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 bc9db15f..c13c19dd 100644
--- a/home/xyz/.profile
+++ b/home/xyz/.profile
@@ -31,7 +31,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 MANPAGER='nvim +Man!'
# This MANSECT prioritize POSIX manpages. After use it for a long time, I think it is not suitable for me any more.