diff --git a/vimrc b/vimrc index 600176c..8f82bf5 100644 --- a/vimrc +++ b/vimrc @@ -28,10 +28,12 @@ Bundle 'scrooloose/nerdcommenter' Bundle 'altercation/vim-colors-solarized' " Bundle 'ervandew/supertab' " Bundle 'sjl/gundo.vim' +Bundle 'sjl/clam.vim' Bundle 'kien/ctrlp.vim' Bundle 'gregsexton/MatchTag' -Bundle 'closetag.vim' -Bundle 'rstacruz/sparkup' +" Bundle 'closetag.vim' +Bundle 'kana/vim-smartinput' +Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} " Snipmate Bundle 'MarcWeber/vim-addon-mw-utils' @@ -44,6 +46,7 @@ filetype plugin indent on " last Vundle requirement " general goodness syntax enable let mapleader="," +let maplocalleader="\\" set hidden " allow hidden unsaved buffers set history=1000 " longer history set noswapfile " turn off swapfiles @@ -166,7 +169,10 @@ nnoremap 4 :! p4 edit % nnoremap w vl " open Ack -nnoremap a :Ack +nnoremap a :Ack " Marked -:nnoremap m :silent !open -a Marked.app '%:p' +nnoremap m :silent !open -a Marked.app '%:p' + +" Clam +nnoremap ! :Clam