fix(color): bonne couleur dans tmux
This commit is contained in:
parent
44b8411a8d
commit
0fb96ba38c
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -5,6 +5,10 @@
|
|||
filetype plugin indent on
|
||||
|
||||
colorscheme codedark
|
||||
set term=screen-256color " règle error tmux pour la couleur
|
||||
" rajoutez dans .tmux.conf :
|
||||
" set -g default-terminal "screen-256color"
|
||||
|
||||
syntax on
|
||||
let mapleader=' '
|
||||
filetype plugin indent on " load filetype-specific indent files
|
||||
|
|
Reference in a new issue