From: R. Steve McKown Date: Mon, 18 Jan 2016 00:23:18 +0000 (-0700) Subject: vim: e uses unite mkbfiles X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=a9bd4979a1fd2772ced4a0ccaaa1196ae22c362e vim: e uses unite mkbfiles By using the latest unite integration as part of the vim-mkbuild plugin, dmenu is no longer required. Don't get me wrong -- dmenu is a stellar tool and I use it for many purposes on my desktop configuration. However, I'd prefer for my vim configuration to be less dependent on desktop features. Also, since I'm using unite in several other ways, moving the method to select project source files to unite provides greater consistency. --- diff --git a/vim/vimrc b/vim/vimrc index f5e903d..9007208 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -359,7 +359,7 @@ nnoremap co( :RainbowParenthesesToggle 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.