aboutsummaryrefslogtreecommitdiff
path: root/config/tmux
diff options
context:
space:
mode:
authorCharles Cabergs <charles.cabergs@colruytgroup.com>2022-09-23 13:27:46 +0200
committerCharles Cabergs <charles.cabergs@colruytgroup.com>2022-09-23 13:27:46 +0200
commitb7ef7c8ca422edaed7a07843fe994c039ca19429 (patch)
tree37783f3e588529d819fb887f958f7ee5dfeb34ba /config/tmux
parentb4c4cbd4f0b89b1b348fcf245472b11a05f23d6c (diff)
downloaddotfiles-b7ef7c8ca422edaed7a07843fe994c039ca19429.tar.gz
dotfiles-b7ef7c8ca422edaed7a07843fe994c039ca19429.tar.bz2
dotfiles-b7ef7c8ca422edaed7a07843fe994c039ca19429.zip
Updated tmux and alacritty config to try to make tmux scrolling better with alacritty
Diffstat (limited to 'config/tmux')
-rw-r--r--config/tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
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 <ESC> in vim has a small delay
set -sg bell-action none