tell vim that my iTerm Terminal is capable of 256 colors even when running inside tmux

This commit is contained in:
2016-11-05 00:57:38 +01:00
parent 39afe0b0ec
commit 61656db6b4

4
.vimrc
View File

@@ -112,6 +112,10 @@ if has("gui_running")
set guitablabel=%M\ %t
endif
" tell vim that my iTerm Terminal is capable of 256 colors even when running
" inside tmux
set t_Co=256
" Set utf8 as standard encoding and en_US as the standard language
set encoding=utf8