aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotvimrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/dotvimrc b/dotvimrc
index adfd628..50b960e 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -33,6 +33,12 @@ set guioptions-=T
" remove menu
set guioptions-=m
+set formatoptions+=j " Delete comment character when joining commented lines
+
+set history=1000
+
+set tabpagemax=50
+
let mapleader="\<Space>"
"if has("autocmd") && exists("+omnifunc")