More tabs in vim

This commit is contained in:
Martin Potier 2018-12-05 13:20:06 +02:00
parent 06b03d03a8
commit 4cd5b7e271
1 changed files with 4 additions and 1 deletions

View File

@ -235,8 +235,11 @@ let
let g:NERDTreeDirArrowExpandable = '+'
let g:NERDTreeDirArrowCollapsible = '-'
" SmartCase (only search by case if capital letter is used
" SmartCase (only search by case if capital letter is used)
set ignorecase
set smartcase
" Allow for more than 10 tabs to be opened at once
set tabpagemax=40
'';
}