diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-04-17 04:28:03 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-04-17 04:28:03 -0700 |
commit | e529a01b26b8d6e34d05814e85008777b9be0102 (patch) | |
tree | d943526ba15589d20ded749837c4abdc77c86c15 /home | |
parent | 7c12d7d9e32037c52e70c71625c13e910b416b58 (diff) |
less show tab width as 4 space instead of 8
Diffstat (limited to 'home')
-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 b4dd4240..251715d9 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. |