Man in vim - without plugins.

This commit is contained in:
Bartek Stalewski 2021-09-30 21:42:43 +02:00
parent ec44749540
commit 1e8fec86c2
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,6 @@ setopt HIST_SAVE_NO_DUPS
setopt HIST_REDUCE_BLANKS
setopt SHARE_HISTORY
export MANPAGER="vim -c MANPAGER -"
export MANPAGER="viman"
export LESSHISTFILE='/dev/null'