Add 'batcat' comment in MANPAGER suggestion, closes #1434

This commit is contained in:
sharkdp 2021-01-10 21:12:24 +01:00 committed by David Peter
parent 1ae16fca90
commit b7d499d1be

View file

@ -163,6 +163,7 @@ bat main.cpp | xclip
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
man 2 select
```
(replace `bat` by `batcat` if you are on Debian or Ubuntu)
It might also be necessary to set `MANROFFOPT="-c"` if you experience
formatting problems.