Change back to kitty and added some programs
This commit is contained in:
parent
2fa80501e2
commit
a6118f81fb
4 changed files with 20 additions and 6 deletions
|
@ -32,8 +32,10 @@
|
|||
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
|
||||
bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -i -f -selection primary | xclip -i -selection clipboard"
|
||||
|
||||
set -g default-terminal "st-256color"
|
||||
set -g terminal-overrides "st-256color"
|
||||
# set -g default-terminal "st-256color"
|
||||
# set -g terminal-overrides "st-256color"
|
||||
set -g default-terminal "xterm-kitty"
|
||||
set -g terminal-overrides "xterm-kitty"
|
||||
|
||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
||||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue