diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2024-02-15 02:20:28 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2024-02-15 02:20:28 +0400 |
| commit | 2e385f64b09be2391e52f2450203c0f92aa0e24d (patch) | |
| tree | 6a240362fc514caf4f86eb5c48ddaf51d67f4ce6 /.config/tmux | |
| parent | a0ae2aae839ed8bf66cd24965251e36ca88e266e (diff) | |
Add wezterm config
Diffstat (limited to '.config/tmux')
| -rw-r--r-- | .config/tmux/tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 88836de..59cb5ef 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,6 @@ set -sg escape-time 0 -set -g default-terminal "screen-256color" +set -g default-terminal "xterm-256color" +set-option -sa terminal-features ',xterm-256color:RGB' set -g mouse on set -g base-index 1 setw -g pane-base-index 1 |