diff --git a/vimrc b/vimrc index bc8e25d..7dc7756 100644 --- a/vimrc +++ b/vimrc @@ -86,9 +86,9 @@ nnoremap ; : noremap J Jx vnoremap < >gv +nnoremap inoremap vnoremap -nnoremap :ls:b nnoremap == yyPv$r=jyypv$r= nnoremap ** yyPv$r*jyypv$r* nnoremap = 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'