aboutsummaryrefslogtreecommitdiffhomepage
path: root/.tmux.conf
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-06-03 23:39:32 +0900
committernsfisis <nsfisis@gmail.com>2021-06-03 23:48:27 +0900
commit4090b92ac461448c28cb903f685226fc9e0266d9 (patch)
tree2205070d740dfb727efac084bf87ee744466fd7f /.tmux.conf
parentae085f4db41fa36744f1776c2a4b7c5870fe4c6a (diff)
downloaddotfiles-4090b92ac461448c28cb903f685226fc9e0266d9.tar.gz
dotfiles-4090b92ac461448c28cb903f685226fc9e0266d9.tar.zst
dotfiles-4090b92ac461448c28cb903f685226fc9e0266d9.zip
Enable truecolor (24-bit color) in terminal
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 7508c9d..afc36f8 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -12,7 +12,13 @@
# BASICS {{{2
set-option -g base-index 1
set-option -g pane-base-index 1
-set-option -g default-shell /bin/zsh
+set-option -g default-shell /usr/local/bin/zsh
+
+# 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'
# APPEARANCE {{{2
set-option -g status-justify centre