>>107732109
I'm right there with you, bud. Less buttons.
>>107731915
# Fix nvimpager's cat mode ouput.
# Bandaid solution for runaway background colors
nvimpager() {
local args=()
local has_pager=false
while (( $# )); do
case "$1" in
-h|--help)
# Show real help without any interference
command nvimpager "$@"
return
Comment too long. Click here to view the full text.