feat(tmux): fix italics inside tmux
This commit is contained in:
parent
bb00825a6c
commit
df08ddeaf5
|
@ -1,11 +1,11 @@
|
||||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
set -g default-terminal "xterm-256color"
|
||||||
set-option -g default-terminal "screen-256color"
|
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||||
|
|
||||||
set -s escape-time 0
|
set -s escape-time 0
|
||||||
|
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set-option -g prefix C-s
|
set-option -g prefix C-s
|
||||||
bind-key C-s send-prefix
|
bind-key C-s send-prefix
|
||||||
# set -g status-style 'bg=#333333 fg=#5eacd3'
|
|
||||||
|
|
||||||
bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf"
|
bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf"
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
|
Loading…
Reference in New Issue