From 4102175d981b495c377fd621eb46498b1b77a9f6 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sat, 21 Sep 2019 08:44:26 +0200 Subject: [PATCH] Add '-x' flag for 'col', see #652, see #667 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a8da2ea..ab810c84 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ bat main.cpp | xclip `bat` can be used as a pager for `man`. You can use [`batman`](https://github.com/eth-p/bat-extras/blob/master/doc/batman.md), or like this in your shell: ```bash -export MANPAGER="sh -c 'col -b | bat -l man -p'" +export MANPAGER="sh -c 'col -bx | bat -l man -p'" man 2 select ```