Enable wezterm supported features
This commit is contained in:
parent
711c47acc0
commit
e5bffa3ab5
1 changed files with 7 additions and 1 deletions
|
|
@ -13,8 +13,14 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection
|
|||
# toggle tmux theme
|
||||
bind T run-shell ~/.local/bin/tmux-toggle.sh
|
||||
|
||||
set-option -ga terminal-overrides ",wezterm:Tc"
|
||||
set-option -g default-shell /bin/bash
|
||||
set-option -g default-terminal 'tmux-256color'
|
||||
set-option -sa terminal-features ',wezterm:RGB'
|
||||
set-option -ga terminal-features ',wezterm:usstyle' # undercurl support
|
||||
set-option -ga terminal-features ',wezterm:strikethrough'
|
||||
|
||||
# enable OSC 52 clipboard synchronization
|
||||
set -g set-clipboard on
|
||||
|
||||
# see https://github.com/neovim/neovim/issues/2035
|
||||
set-option -sg escape-time 10 # in milliseconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue