Skip to content

Commit 7ff976f

Browse files
[vimrc] set tabpagemax=30 to increase max tab pages can be opened
1 parent 38d3691 commit 7ff976f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vimrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ set lazyredraw "lz
5353
" enable window title
5454
set title
5555

56+
" Increase the max tab pages to be opened
57+
set tabpagemax=30 "tpm
58+
5659
" set windows title back to path instead of default 'Thanks for Flying Vim'
5760
let &titleold=getcwd()
5861

0 commit comments

Comments
 (0)