aboutsummaryrefslogtreecommitdiffstats
path: root/dotvimrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotvimrc')
-rw-r--r--dotvimrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/dotvimrc b/dotvimrc
index a50b431..7e6bb40 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -21,6 +21,13 @@ set scrolloff=3
set runtimepath+=~/.vim/bundle/neobundle.vim/
+" remove toolbar
+set guioptions-=T
+" remove menu
+set guioptions-=m
+
+let mapleader="\<Space>"
+
"if has("autocmd") && exists("+omnifunc")
"autocmd Filetype *
"\ if &omnifunc == "" |