From afb62af249f863b36cd1fe9c51e30ce0e7d6aba6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 28 Jun 2022 14:06:03 +0200 Subject: ... --- user-profiles/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user-profiles/tmux/tmux.conf') diff --git a/user-profiles/tmux/tmux.conf b/user-profiles/tmux/tmux.conf index f9a3e11f..36dab109 100644 --- a/user-profiles/tmux/tmux.conf +++ b/user-profiles/tmux/tmux.conf @@ -10,6 +10,8 @@ set-option -g mouse on set-option -g set-clipboard on set-option -g terminal-overrides 'rxvt-uni*:XT:Ms=\E]52;%p1%s;%p2%s\007' +set-environment -g LESS " -R " + ## determine if we should enable 256-colour support if "[[ ''${TERM} =~ 256color || ''${TERM} == fbterm || ''${TERM} =~ alacritty ]]" 'set -g default-terminal tmux-256color' -- cgit v1.2.3