tmux 256 color support
This commit is contained in:
parent
a3dc7ca1dd
commit
66117d1341
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue