diff --git a/vimrc-conf b/vimrc-conf index b808e51..eb8bf0f 100644 --- a/vimrc-conf +++ b/vimrc-conf @@ -42,6 +42,8 @@ set cursorline set ignorecase set hlsearch set mouse=a +set expandtab +set tabstop=2 " Configurer Airline set laststatus=2 @@ -196,22 +198,22 @@ let g:startify_custom_header = " Configuration WhichKey call which_key#register('', "g:which_key_map") -nnoremap :WhichKey '' +nnoremap :WhichKey '' set timeoutlen=20 let g:which_key_map = { \ 'name' : 'Raccourcis VimsCode' , - \ '' : ['w' , 'fait apparaitre une note'] , - \ '' : ['c' , 'fait apparaitre l arborescence'] , - \ '' : ['s' , 'historique de modification'] , - \ '' : ['v' , 'fait apparaitre un terminal'] , - \ ' souris' : ['f' , 'redimensionnable avec la souris'] , - \ '' : ['v' , 'scroll dans le terminal'] , - \ '' : ['h' , 'fait apparaitre un site aide'] , - \ '' : ['j' , 'créer/ouvre une nouvel fenetre'] , - \ '' : ['l' , 'change de fenetre'] , - \ '' : ['5<' , 'ferme VimsCode'] , - \ 'Ctrl-a' : [':resize +5' , 'divise en deux vim'] , - \ '²' : ['5>' , 'affiche les greffons'] , + \ '' : ['' , 'fait apparaitre une note'] , + \ '' : ['' , 'fait apparaitre l arborescence'] , + \ '' : ['' , 'historique de modification'] , + \ '' : ['' , 'fait apparaitre un terminal'] , + \ ' souris' : ['' , 'redimensionnable avec la souris'] , + \ '' : ['' , 'scroll dans le terminal'] , + \ '' : ['' , 'fait apparaitre un site aide'] , + \ '' : ['' , 'créer/ouvre une nouvel fenetre'] , + \ '' : ['<' , 'change de fenetre'] , + \ '' : ['' , 'ferme VimsCode'] , + \ 'Ctrl-a' : ['' , 'divise en deux vim'] , + \ '²' : ['²' , 'affiche les greffons'] , \ } let g:which_key_map.a = { \ 'name' : 'Raccourcis Vim' , @@ -227,3 +229,4 @@ let g:which_key_map.a = { \ ':resize -5' : [':resize -5' , 'expand-window-up'] , \ 'Ctrl-w-=' : ['=' , 'balance-window'] , \ } +