From eac2066d3e1499d829b595ea86fb2af40c2b7c36 Mon Sep 17 00:00:00 2001 From: Valerie Date: Sun, 2 Jul 2023 14:46:52 -0400 Subject: [PATCH] updated tmux settings to make truecolor work --- tmux.conf | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/tmux.conf b/tmux.conf index d746f00..b5ceb9e 100644 --- a/tmux.conf +++ b/tmux.conf @@ -12,16 +12,18 @@ set -g mouse on # / /| / __/ /_/ / /_/ / / / / / /_/ (__ ) #/_/ |_\___/\__, /_.___/_/_/ /_/\__,_/____/ # /____/ + +# detach unbind d bind M-Escape detach-client -# Splits +# splits unbind '"' unbind % bind h split-window -h bind v split-window -v -# Navigation +# navigation unbind w unbind s unbind a @@ -42,17 +44,20 @@ bind e next-window # /_/ |_/ .___/ .___/\___/\__,_/_/ \__,_/_/ /_/\___/\___/ # /_/ /_/ -# Modes +# fix truecolor +set-option -g terminal-overrides ",xterm*:Tc" + +# modes setw -g clock-mode-colour colour7 setw -g clock-mode-style 12 setw -g mode-style 'fg=colour15 bold bg=colour235' -# Panes +# panes set -g pane-border-style 'fg=colour251' set -g pane-active-border-style 'fg=colour69' -# Status Bar +# status bar set -g status-position bottom set -g status-justify left set -g status-style 'fg=colour15'