Fix vim colorscheme inside tmux
This commit is contained in:
@@ -41,8 +41,10 @@ Plug 'cocopon/iceberg.vim'
|
||||
call plug#end()
|
||||
""Colors
|
||||
colorscheme iceberg
|
||||
"set t_Co=256
|
||||
set termguicolors
|
||||
""Sets the colorscheme in tmux
|
||||
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
||||
""Quitting whether Goyo is active or not
|
||||
function! g:Goyo_before()
|
||||
let b:quitting = 0
|
||||
|
||||
Reference in New Issue
Block a user