less
默认,语法高亮缺失bat
感觉上速度最快。export MANPAGER="sh -c 'col -bx | bat -l man -p'"
vim
export MANPAGER='/bin/bash -c "vim -MRn -c \"set buftype=nofile showtabline=0 ft=man ts=8 nomod nolist norelativenumber nonu noma\" -c \"normal L\" -c \"nmap q :qa<CR>\"</dev/tty <(col -b)"'
neovim
export MANPAGER="nvim +Man!"
helix-editor
无高亮!!!export MANPAGER = "sh -c 'col -bx | hx'"
export MANWIDTH=87
export MANROFFOPT="-c"