More tabs on vim.
This commit is contained in:
parent
a5837f6aaa
commit
13b54ec7d5
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ set showcmd " affiche la commande en cours
|
||||||
set shiftwidth=4 " nombre de tabulation pour l'indentation
|
set shiftwidth=4 " nombre de tabulation pour l'indentation
|
||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
|
set tabpagemax=30
|
||||||
set showmatch " vérification présence ([ ou { a la frappe de )] ou }
|
set showmatch " vérification présence ([ ou { a la frappe de )] ou }
|
||||||
set guifont=monospace\ 11 " Police de caractère monospace
|
set guifont=monospace\ 11 " Police de caractère monospace
|
||||||
filetype plugin indent on " détection automatique du type de fichier
|
filetype plugin indent on " détection automatique du type de fichier
|
||||||
|
|
Loading…
Reference in a new issue