Use nvimpager as pager

master
Hektor Misplon 2023-12-10 01:07:20 +01:00
parent 8c7cca7f62
commit 4c5607d1ed
1 changed files with 2 additions and 2 deletions

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