Changed MANPAGER to less

This commit is contained in:
Derek Taylor
2023-06-19 18:04:09 -05:00
parent eefd722283
commit c08363a68f
3 changed files with 12 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ set VISUAL "emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mod
### Uncomment only one of these!
### "bat" as manpager
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
# set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
### "vim" as manpager
# set -x 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)"'
@@ -30,6 +30,9 @@ set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
### "nvim" as manpager
# set -x MANPAGER "nvim -c 'set ft=man' -"
### "less" as manpager
set -x MANPAGER "less"
### SET EITHER DEFAULT EMACS MODE OR VI MODE ###
function fish_user_key_bindings
# fish_default_key_bindings