init: Set tabpagemax to 100
authorStefan Huber <shuber@sthu.org>
Sat, 21 Mar 2020 14:01:49 +0000 (15:01 +0100)
committerStefan Huber <shuber@sthu.org>
Sat, 21 Mar 2020 14:01:49 +0000 (15:01 +0100)
init.vim

index 2821377f6c13463a78feae009d77c0054758d1ba..20d9cb680867f700b7c6f5ee0c5b01ba369c870d 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -33,6 +33,8 @@ set colorcolumn=+1
 set mouse=a
 set wildmode=longest,list:full
 
+set tabpagemax=100
+
 if has('nvim')
     set guicursor=
 end