tmux 256 color support

This commit is contained in:
Christoph J. Scherr 2023-02-07 08:54:50 +01:00
parent a3dc7ca1dd
commit 66117d1341
2 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,9 @@ is_shell="ps -o state= -o comm= -t '#{pane_tty}' \
unbind C-l # Default for go to last window
bind -n C-l if-shell "$is_shell" "bind -n C-l send-keys C-l ; run 'sleep 0.1' ; clear-history"
# use all colors
set -g default-terminal "screen-256color"
# theming, See https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-dark.conf
#### COLOUR (Solarized dark)

View File

@ -97,6 +97,9 @@ is_shell="ps -o state= -o comm= -t '#{pane_tty}' \
unbind C-l # Default for go to last window
bind -n C-l if-shell "$is_shell" "bind -n C-l send-keys C-l ; run 'sleep 0.1' ; clear-history"
# use all colors
set -g default-terminal "screen-256color"
# theming, See https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-dark.conf
#### COLOUR (Solarized dark)