Use nvimpager as pager

This commit is contained in:
2023-12-10 01:07:20 +01:00
parent 8c7cca7f62
commit 4c5607d1ed

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 {{{