Browse Source

Remove session keymaps, update README

master
jimi 14 years ago
parent
commit
c00bb5378c
  1. 9
      README
  2. 5
      vimrc

9
README

@ -1,4 +1,9 @@
VIM configs VIM configs
-----------
Installation instructions:
clone to ~/.vim
link ~/.vim/vimrc to ~/.vimrc
run git submodule update --init --recursive
clone to ~/.vim
link ~/.vim/vimrc to ~/.vimrc

5
vimrc

@ -24,11 +24,6 @@ if has("gui_running")
set go=aegitt set go=aegitt
set co=115 set co=115
set lines=40 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 " GUI only color scheme
colorscheme mayansmoke colorscheme mayansmoke
endif endif