updated tmux settings to make truecolor work

This commit is contained in:
Valerie Wolfe 2023-07-02 14:46:52 -04:00
parent 845f7ef5e8
commit eac2066d3e

View file

@ -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'