diff --git a/.gitignore b/.gitignore index 708413d..375d2dc 100644 --- a/.gitignore +++ b/.gitignore @@ -285,6 +285,3 @@ tags ### Tmux ### tmux.sh - -*.orig -*.dump diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 5977492..38683b0 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -13,14 +13,8 @@ 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