Enable wezterm supported features

This commit is contained in:
Sonny Bakker 2026-06-05 17:47:25 +02:00
parent 711c47acc0
commit e5bffa3ab5

View file

@ -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