diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-09-06 21:01:28 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-09-08 03:41:33 -0700 |
commit | 954cb036aee99cefa8cf61e34676486b2f2986f9 (patch) | |
tree | 83e3adf6fb161699480d46ec7b8f0a52b81fdc61 /home | |
parent | 1bbda5ea0297a658ade56edbc63bb7c34dd1af69 (diff) |
old way not working now, not sure why, now I follow what suggested in nvim `:h Man`
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 50943895..f34f962b 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -33,7 +33,7 @@ export LESS=-FRXi export SDCV_PAGER="$PAGER" export SDCV_HISTSIZE=10000 -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" |