X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=vim%2Fvimrc;h=f9aa421b2e4b5a3a99b9cdeb2464a147dd46932b;hb=023f6ced31b85b3b1ccdf6b9cf02b2fd578a3da6;hp=753ff74a64199fd46c401834c6d2674691efa4ec;hpb=218e61cf0e81621d65d5ff6e8d97c227a04a2e74;p=dotfiles.git diff --git a/vim/vimrc b/vim/vimrc index 753ff74..f9aa421 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -13,7 +13,8 @@ Bundle 'vim-scripts/FuzzyFinder' Bundle 'vim-scripts/L9' Bundle 'Valloric/YouCompleteMe' Bundle 'octol/vim-cpp-enhanced-highlight' -Bundle 'bling/vim-airline' +Bundle 'vim-airline/vim-airline' +Bundle 'vim-airline/vim-airline-themes' Bundle 'payneseu/nerdtree' Bundle 'Townk/vim-autoclose' Bundle 'majutsushi/tagbar' @@ -166,12 +167,13 @@ nnoremap  :tabprevious "nmap :b# "nmap d :bd "" keymappig for register operations -nnoremap r :registers +""TODO check if this already mapping +"nnoremap r :registers "noremap x : nnoremap a : nmap p "*p - +" also works :r !pbpaste nmap :resize:vertical resize nmap = :resize:vertical resize @@ -374,7 +376,8 @@ endfunction "endif " }}} " NerdTree ---------------------------------------------------------------- {{{ -nmap n :NERDTreeToggle +" TODO check if this is already using in plugins +"nmap n :NERDTreeToggle nmap N :NERDTreeFind " }}} " AutoClose --------------------------------------------------------------- {{{