Remove tabs/onglets related config
This commit is contained in:
parent
abd5f0c50e
commit
d68429505a
16
vimrc
16
vimrc
|
@ -633,22 +633,6 @@ call plug#begin('~/.vim/plugged')
|
|||
|
||||
call plug#end()
|
||||
|
||||
""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Gestion des onglets
|
||||
""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Nouvel onglet
|
||||
map <C-t> :tabnew<cr>
|
||||
" Changer d'onglet
|
||||
map <tab> :tabnext<cr>
|
||||
" Onglet suivant
|
||||
map <S-tab> :tabprevious<cr>
|
||||
" Se déplacer à l'onglet suivant
|
||||
map <C-left> :tabnext<cr>
|
||||
" Se déplacer à l'onglet précédent
|
||||
map <C-right> :tabprevious<cr>
|
||||
" Fermer l'onglet
|
||||
map <C-x> :tabclose<cr>
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Dictionnaire français
|
||||
|
|
Loading…
Reference in New Issue