aboutsummaryrefslogtreecommitdiffhomepage
path: root/.tmux.conf
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-02-25 15:29:03 +0900
committernsfisis <nsfisis@gmail.com>2022-02-25 15:29:03 +0900
commit6afd050e6dcb60d863778d7558cfdd3fb1ce38ac (patch)
tree5978aeb2e936729be8148cb6c7594dfd95e05d77 /.tmux.conf
parentfa752b56d43bc937f18b65fe7ce2bade6bae0241 (diff)
downloaddotfiles-6afd050e6dcb60d863778d7558cfdd3fb1ce38ac.tar.gz
dotfiles-6afd050e6dcb60d863778d7558cfdd3fb1ce38ac.tar.zst
dotfiles-6afd050e6dcb60d863778d7558cfdd3fb1ce38ac.zip
alacritty/tmux: fix terminfo
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 3d0c85a..4952bbb 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -19,10 +19,9 @@ set-option -g focus-events on
set-option -g escape-time 10
# TERMINAL FEATURES {{{2
-set-option -g default-terminal screen-256color
-set-option -ga terminal-overrides ',xterm-256color:Tc'
-set-option -ga terminal-overrides ',*:Smulx=\e[4::%p1%dm'
-set-option -ga terminal-overrides ',*:Setulc=\e[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m'
+set-option -g default-terminal tmux-256color
+set-option -ga terminal-overrides ',tmux-256color:Tc'
+set-option -ga terminal-overrides ',alacritty:RGB'
# APPEARANCE {{{2
set-option -g status-justify left