]> oss.titaniummirror.com Git - smckown/dotfiles.git/blobdiff - vim/vimrc
Use mkbuild#SelectXref as <leader>x
[smckown/dotfiles.git] / vim / vimrc
index 5a5bdeef57646c1f23522231a536f295ddd81d28..e039486050e2e68813409097856a3c1021fdcd3a 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -352,6 +352,7 @@ nnoremap co( :RainbowParenthesesToggle<CR>
 
 " mkbuild tools
 nnoremap <silent> <leader>e :call mkbuild#DmenuOpen('e')<CR>
+nnoremap <silent> <leader>x :call mkbuild#SelectXrefs()<CR>
 
 " Turn on doxygen syntax highlighting for C, C++, C# and IDL files.
 let g:load_doxygen_syntax=1