working colours in vim with tmux

This commit is contained in:
2020-09-21 20:35:26 +01:00
parent 25b7f49ffd
commit 2040d6ff85
2 changed files with 5 additions and 0 deletions

2
.tmux.conf Normal file
View File

@@ -0,0 +1,2 @@
set -g default-terminal 'screen-256color'
set -ga terminal-overrides ',screen-256color:Tc'