fix(color): bonne couleur dans tmux

This commit is contained in:
rick 2021-07-30 17:40:14 +02:00
parent 44b8411a8d
commit 0fb96ba38c
Signed by: Rick
GPG key ID: 2B593F087240EE99

4
vimrc
View file

@ -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