diff options
Diffstat (limited to 'mac/.config/tmux/tmux.conf')
| -rw-r--r-- | mac/.config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/.config/tmux/tmux.conf b/mac/.config/tmux/tmux.conf index 9de13f9..508860d 100644 --- a/mac/.config/tmux/tmux.conf +++ b/mac/.config/tmux/tmux.conf @@ -10,7 +10,7 @@ if 'test ! -d "${TMUX_PLUGIN_MANAGER_PATH}"' { ### --- Settings --- ### # general -set -as terminal-features 'xterm*:extkeys' +set -ga terminal-features "xterm-kitty:RGB" set -g base-index 1 set -g pane-base-index 1 set -g default-shell /bin/zsh |
