diff options
author | David Runge <dave@sleepmap.de> | 2022-12-21 22:24:26 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-12-21 22:24:26 +0100 |
commit | d920359db6cc41706e0488ae95d4d5acfd4d4837 (patch) | |
tree | b18b088783c711b7e3724466284f112eb2799cd4 | |
parent | 8abbcfd645c517424a5a57bc8bba10c551560126 (diff) | |
download | dotfiles-d920359db6cc41706e0488ae95d4d5acfd4d4837.tar.gz dotfiles-d920359db6cc41706e0488ae95d4d5acfd4d4837.tar.bz2 dotfiles-d920359db6cc41706e0488ae95d4d5acfd4d4837.tar.xz dotfiles-d920359db6cc41706e0488ae95d4d5acfd4d4837.zip |
tmux: Switch to tmux-256color
.config/tmux/tmux.conf:
Switch to tmux-256color
-rw-r--r-- | .config/tmux/tmux.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 2b25399..4c13877 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,7 +1,9 @@ # Ring the bell if any background window rang a bell set -g bell-action any -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" +set -ga terminal-overrides ",*256col*:Tc" +set -ga terminal-overrides ",*alacritty*:Tc" # split windows like vim # vim's definition of a horizontal/vertical split is reversed from tmux's |