tabpagemax
This commit is contained in:
parent
c4ee0c7cd1
commit
bdf923db99
@ -87,3 +87,6 @@ set incsearch
|
|||||||
nnoremap <silent> <C-l> :nohlsearch<CR><C-l>
|
nnoremap <silent> <C-l> :nohlsearch<CR><C-l>
|
||||||
"" Recherche d’un mot avec C-f sur ce mot
|
"" Recherche d’un mot avec C-f sur ce mot
|
||||||
nnoremap <C-f> :let @/='\<<C-R>=expand("<cword>")<CR>\>'<CR>:set hls<CR>
|
nnoremap <C-f> :let @/='\<<C-R>=expand("<cword>")<CR>\>'<CR>:set hls<CR>
|
||||||
|
|
||||||
|
"" Limite nombre tabs
|
||||||
|
set tabpagemax=100
|
Loading…
Reference in New Issue
Block a user