Fixed up vimrc

This commit is contained in:
Austen Adler 2014-08-02 00:45:13 -04:00
parent 5e3433d3b4
commit ae12fe753a

5
vimrc
View File

@ -86,9 +86,9 @@ nnoremap ; :
noremap J Jx
vnoremap < <gv
vnoremap > >gv
nnoremap <F1> <nop>
inoremap <F1> <nop>
vnoremap <F1> <nop>
nnoremap <Leader><Tab> :ls<CR>:b
nnoremap <Leader>== yyPv$r=jyypv$r=
nnoremap <Leader>** yyPv$r*jyypv$r*
nnoremap <Leader>= yypv$r=
@ -211,11 +211,8 @@ call vundle#rc()
"Bundle 'Floobits/floobits-vim'
"Bundle 'tsaleh/vim-matchit'
"Bundle 'Shougo/neosnippet'
"Bundle 'honza/vim-snippets'
"Bundle 'msanders/snipmate.vim'
"Bundle 'vim-scripts/YankRing.vim'
"Bundle 'majutsushi/tagbar'
"Bundle 'mbbill/undotree'
Bundle 'gmarik/vundle'
"Required: manages all bundles | https://github.com/gmarik/vundle
Bundle 'Chiel92/vim-autoformat'