tmux termcap for undercurl + colored underline
This commit is contained in:
parent
4bdf4060d9
commit
f9436798f0
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ set -g update-environment "XAUTHORITY DISPLAY WINDOWID SSH_ASKPASS SSH_AGENT_PID
|
|||
set -g default-command zsh
|
||||
set -g history-limit 50000
|
||||
set -g default-terminal "tmux-256color"
|
||||
#set -ga terminal-overrides ',*:Tc' # this is for 256 color
|
||||
#set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' # this is for the cursor shape
|
||||
set -as terminal-overrides ',*:Tc:Su:smuc=\E[4:3m:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # colored underline
|
||||
|
||||
# Key bindings
|
||||
bind -n M-Left select-pane -L
|
||||
|
|
Loading…
Reference in a new issue