aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2020-05-28 20:51:06 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:29 +0100
commitcc05bc21ffdfdbc3c0f2c95b09561c57ae656340 (patch)
tree63a00aa2d7db0b87d6793945bc262a9cf6ac4041 /tmux.conf
parent287a418b7999d73821c103331e2a95395f2ac626 (diff)
downloaddotnvim-cc05bc21ffdfdbc3c0f2c95b09561c57ae656340.tar.gz
dotnvim-cc05bc21ffdfdbc3c0f2c95b09561c57ae656340.zip
Fix for tmux colours
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index b8eb0fe..a562e46 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -8,6 +8,7 @@ set -g mouse on
# For vim themes
set -g default-terminal "tmux-256color"
+set-option -sa terminal-overrides ',tmux-256color:RGB'
# xterm-style function key sequences
setw -g xterm-keys on