Skip to content
Extraits de code Groupes Projets
Valider 5028763d rédigé par Loïc DUBARD's avatar Loïc DUBARD :speech_balloon:
Parcourir les fichiers

Update .vimrc

parent 66700ea7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -142,9 +142,9 @@ set termencoding=utf-8 ...@@ -142,9 +142,9 @@ set termencoding=utf-8
set nocompatible set nocompatible
syntax on syntax on
colorscheme koehler colorscheme koehler
inoremap " ""<left> ""inoremap " ""<left>
inoremap ' ''<left> inoremap ' ''<left>
inoremap ( ()<left> "inoremap ( ()<left>
inoremap [ []<left> inoremap [ []<left>
inoremap { {}<left> inoremap { {}<left>
inoremap / //<left> inoremap / //<left>
...@@ -155,3 +155,5 @@ set mouse=a ...@@ -155,3 +155,5 @@ set mouse=a
filetype plugin indent on filetype plugin indent on
set shiftwidth=4 set shiftwidth=4
set tabstop=4 set tabstop=4
set hlsearch
set clipboard=unnamedplus
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter