@ -28,6 +28,3 @@
[submodule "bundle/nginx"]
path = bundle/nginx
url = git@github.com:jinfield/vim-nginx.git
[submodule "bundle/mayansmoke"]
path = bundle/mayansmoke
url = git@github.com:jinfield/mayansmoke.git
@ -1 +0,0 @@
Subproject commit 05641cb8e97f8056cb5bfb4cee45508f0a17cbbd
@ -24,6 +24,11 @@ if has("gui_running")
set go=aegitt
set co=115
set lines=40
" Map Alt-keys for fontsize
nmap <M-+> <Plug>FontsizeInc
nmap <M-=> <Plug>FontsizeInc
nmap <M--> <Plug>FontsizeDec
nmap <M-0> <Plug>FontsizeDefault
" GUI only color scheme
colorscheme mayansmoke
endif