X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=vim%2Fvimrc;h=94d8fbb141de115b86380e245e8060e19ff2ec0a;hb=d55acc1b64520f34128669919e04e020b7fd6fe4;hp=0b689fc366dd8e325f4e021b6375b6b922ddf2e1;hpb=b8362dfeb671512910014e813a00f4141d4c5c3a;p=smckown%2Fdotfiles.git diff --git a/vim/vimrc b/vim/vimrc index 0b689fc..94d8fbb 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -355,8 +355,11 @@ nnoremap cop :DelimitMateSwitch " Rainbow Parenthesis -- off by default but set toggle nnoremap co( :RainbowParenthesesToggle +" Toggle git gutter +nnoremap cog :GitGutterToggle + " mkbuild tools -nnoremap e :call mkbuild#DmenuOpen('e') +nnoremap e :Unite -start-insert -buffer-name=files mkbfiles nnoremap x :Unite -buffer-name=xrefs xrefs " Turn on doxygen syntax highlighting for C, C++, C# and IDL files. @@ -420,6 +423,11 @@ nnoremap uf :Unite -no-split -start-insert -buffer-name=files file_ nnoremap uy :Unite -no-split -buffer-name=yank history/yank nnoremap ub :Unite -no-split -start-insert -buffer-name=buffer buffer nnoremap uo :Unite -no-split -start-insert -buffer-name=outline outline +nnoremap ul :Unite -no-split -start-insert -buffer-name=lines line +nnoremap uc :Unite -no-split -start-insert -buffer-name=quicklist qf +nnoremap ut :Unite -no-split -start-insert -buffer-name=tags tag +nnoremap : :Unite -start-insert -buffer-name=command history/command +nnoremap / :Unite -start-insert -buffer-name=search history/search " Custom mappings for the unite buffer autocmd FileType unite call s:unite_settings()