From b7ef7c8ca422edaed7a07843fe994c039ca19429 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 23 Sep 2022 13:27:46 +0200 Subject: Updated tmux and alacritty config to try to make tmux scrolling better with alacritty --- config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'config/tmux') diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index eb20984..328a92f 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -14,6 +14,7 @@ set -s history-file '~/.local/share/tmux/history' set -g mouse on setw -g mode-keys vi +set -ga terminal-overrides ',screen-256color:smcup@:rmcup@' set -sg escape-time 0 # otherwise in vim has a small delay set -sg bell-action none -- cgit