···11-function man --wraps man --description 'Format and display manual pages'
22- set -q man_blink; and set -l blink (set_color $man_blink); or set -l blink (set_color -o red)
11+# disabled in favor of using nvim as MANPAGER
22+function _man --wraps man --description 'Format and display manual pages'
33+ set -q man_blink; and set -l blink (set_color $man_blink); or set -l blink (set_color -o ff0000)
34 set -q man_bold; and set -l bold (set_color $man_bold); or set -l bold (set_color -o 5fafd7)
44- set -q man_standout; and set -l standout (set_color $man_standout); or set -l standout (set_color 949494)
55+ set -q man_standout; and set -l standout (set_color $man_standout); or set -l standout (set_color 2e3440 -b 88c0d0)
56 set -q man_underline; and set -l underline (set_color $man_underline); or set -l underline (set_color -u afafd7)
6778 set -l end (printf "\e[0m")