diff options
author | Juan J. Martinez <jjm@usebox.net> | 2020-05-28 20:51:06 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | cc05bc21ffdfdbc3c0f2c95b09561c57ae656340 (patch) | |
tree | 63a00aa2d7db0b87d6793945bc262a9cf6ac4041 | |
parent | 287a418b7999d73821c103331e2a95395f2ac626 (diff) | |
download | dotnvim-cc05bc21ffdfdbc3c0f2c95b09561c57ae656340.tar.gz dotnvim-cc05bc21ffdfdbc3c0f2c95b09561c57ae656340.zip |
Fix for tmux colours
-rw-r--r-- | tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |