diff options
| -rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ CASE_SENSITIVE="true" DISABLE_MAGIC_FUNCTIONS=true # Use bat as the default manpager +export MANPAGER='nvim +Man!' # export MANPAGER="sh -c 'col -bx | bat -l man -p'" # export MANPAGER="bat -l man" # export MANPAGER="nvim -c 'set ft=man' -" |
