From 405b667c82259aee5fe8174079f409c873f4276a Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Wed, 26 Oct 2022 21:18:10 +0200 Subject: [PATCH] install.sh: Update MANPAGER info --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d50c6d9..4afa515 100755 --- a/install.sh +++ b/install.sh @@ -83,7 +83,7 @@ start the plugin provided colorscheme is not available yet. Add this line to your shell configuration, e.g., ~/.profile, to use vim as man pager: - export MANPAGER=\"view -c MANPAGER -\" + export MANPAGER=\"vi -c ASMANPAGER -\" EOF } -- 2.30.2