Utilisateur:Carnifex/tmp
set encoding=utf-8
set fileencoding=utf-8
set hidden
set autoindent
set ruler
set showcmd
set incsearch
syntax on
highlight Comment ctermfg=darkgray
"Colorise les espaces insécables
highlight NbSp ctermbg=lightgray guibg=lightred
match NbSp /\%xa0/
"Tab fait un Esc, Maj+Tab fait un Tab
inoremap <S-Tab> <Tab>
inoremap <Tab> <Esc>
"[Entrée] pour centrer la page sur le curseur
noremap <Return> zz
"Mode bépo
source ~/.vimrc.bepo