Use nvimpager as pager

This commit is contained in:
2023-12-10 01:07:20 +01:00
parent 1676895fd5
commit b50081f17e

View File

@@ -49,8 +49,8 @@ export HISTIGNORE="clear:l: *"
# Man pages {{{
# See `:h :Man` in NeoVim
export MANWIDTH=999
# export MANPAGER='nvim +Man!'
export MANWIDTH=80
export PAGER=nvimpager
# }}}
# Editor {{{