From 0c44634635bee1ab90f97aa7f4a85d37c2d5d7c7 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Fri, 19 Nov 2021 22:28:06 -0300 Subject: [PATCH] set manpage --paging to always --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 190468a..ced4779 100644 --- a/.profile +++ b/.profile @@ -10,7 +10,7 @@ ### Default programs ### export EDITOR="nvim" export READER="zathura" -export MANPAGER="sh -c 'col -bx | bat -l man -p'" +export MANPAGER="sh -c 'col -bx | bat -l man --paging always -p'" export TERMINAL="alacritty" export BROWSER="firefox" export VIDEO="mpv"