mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
Changed MANPAGER to less
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user