diff options
| author | miguel <m.i@gmx.at> | 2021-06-16 15:44:21 +0200 |
|---|---|---|
| committer | miguel <m.i@gmx.at> | 2021-06-16 15:44:21 +0200 |
| commit | 7bceb66ab4cd78500a177540c0c43db4e5b1eb39 (patch) | |
| tree | e2e54ca5cab8c77c787a053d4d526fb61415387f /tmux | |
| parent | f35cf709321a42cffdcb17bce70f54fefa5dcccb (diff) | |
tmux true-color override
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 5f92593..3cbca92 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,5 +1,6 @@ set-option -g base-index 1 set-option -g default-terminal "screen-256color" +set-option -g terminal-overrides ",xterm-256color:Tc" set-option -g display-panes-time 2000 set-option -g escape-time 10 set-option -g mode-keys vi |
