diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-12-13 14:42:39 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-12-13 14:42:39 +0100 |
commit | 354abc4bca4f7e538ce0036ca0597565e9d04b5f (patch) | |
tree | 0eda18c81677a11ba6ed18af218eab4f854bea0a /.config/tmux/tmux.conf | |
parent | 1487c1bad7c0b51173c92aeabb824e6d31e21880 (diff) |
Vim colours working correctly in tmux
Diffstat (limited to '.config/tmux/tmux.conf')
-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 75fb8c8..c1812f0 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,4 +1,5 @@ -set -g default-terminal screen-256color +set -g default-terminal "tmux-256color" +set -ag terminal-overrides ",xterm-256color:RGB" set -g base-index 1 set -g status-keys vi set -g history-limit 10000 |