summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-09-06 21:01:28 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-09-08 03:49:19 -0700
commit80d8d0eb88fef659499bb36af2aaff98c26981b6 (patch)
tree6aca80561e479de4c715d1687e07dd802aa53575 /home/xyz
parent34694b8e80d57f5e321dac4efbc2762b15865070 (diff)
old way not working now, not sure why, now I follow what suggested in nvim `:h Man`
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 3a31b363..0418e6f2 100644
--- a/home/xyz/.profile
+++ b/home/xyz/.profile
@@ -30,7 +30,7 @@ export PAGER=less
# CALCURSE_PAGER less can't use -F, else ? and > hotkey will only blink the text
export LESS=-FRXi
-export MANPAGER='nvim -M +Man!'
+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.
#export MANSECT='1p:1:n:l:8:3p:3:0p:0:2:5:4:9:6:7'
#export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"