diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-04-13 23:36:05 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-04-17 04:29:42 -0700 |
commit | 2a25eaa0e3265c9a7c8b490ce444314ab7a1c88c (patch) | |
tree | d541a41392ca50e8aebaa3b1aa2c89d161aa8c42 /home/xyz/.profile | |
parent | 0089ed03e5eb86e9a5c2a439d79f23be17cbe19a (diff) |
tab show 4 spaces width
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index 7d404438..90920243 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -32,6 +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 +# -x4 to use 4 spaces instead of default 8. Even if I specify `tabs 4` in .bashrc, this is still needed for less. export LESS=-FRXix4 export SDCV_PAGER="$PAGER" |