tabpagemax

master
Louis Royer 3 years ago
parent c4ee0c7cd1
commit bdf923db99

@ -87,3 +87,6 @@ set incsearch
nnoremap <silent> <C-l> :nohlsearch<CR><C-l>
"" Recherche dun mot avec C-f sur ce mot
nnoremap <C-f> :let @/='\<<C-R>=expand("<cword>")<CR>\>'<CR>:set hls<CR>
"" Limite nombre tabs
set tabpagemax=100
Loading…
Cancel
Save