dblume commited on 2025-08-12 14:05:50 Showing 1 changed files, with 1 additions and 0 deletions.
With nvim as the pager, you can "gO" to go the the filetype-specific, navigable "outline" of the current buffer.
@@ -130,6 +130,7 @@ if command -v nvim &> /dev/null; then
alias vim='nvim'
alias vim-='nvim +"setl buftype=nofile" -'
alias vimdiff='nvim -d'
+ export MANPAGER="nvim +Man!"
else
alias vim-='vim +"setl buftype=nofile" -'
fi