Browse Source

Rm mayansmoke, replace fontsize maps, rename README

master
jimi 14 years ago
parent
commit
99142134d2
  1. 3
      .gitmodules
  2. 0
      README.md
  3. 1
      bundle/mayansmoke
  4. 5
      vimrc

3
.gitmodules

@ -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

0
README → README.md

1
bundle/mayansmoke

@ -1 +0,0 @@
Subproject commit 05641cb8e97f8056cb5bfb4cee45508f0a17cbbd

5
vimrc

@ -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