More tabs in vim
This commit is contained in:
parent
06b03d03a8
commit
4cd5b7e271
1 changed files with 4 additions and 1 deletions
|
@ -235,8 +235,11 @@ let
|
||||||
let g:NERDTreeDirArrowExpandable = '+'
|
let g:NERDTreeDirArrowExpandable = '+'
|
||||||
let g:NERDTreeDirArrowCollapsible = '-'
|
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 ignorecase
|
||||||
set smartcase
|
set smartcase
|
||||||
|
|
||||||
|
" Allow for more than 10 tabs to be opened at once
|
||||||
|
set tabpagemax=40
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue