From: Samir Benmendil Date: Wed, 14 Oct 2015 11:48:14 +0000 (+0100) Subject: vim: \ub opens file buffers only X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/a1564489b49955f2f0b393e5c8f457dafe7ec22b?ds=sidebyside vim: \ub opens file buffers only instead of goto all buffers. This removes the qf window from the list. --- diff --git a/vim/vimrc b/vim/vimrc index 2817a01..5a02eb6 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -642,8 +642,8 @@ end nnoremap [unite]f :Unite -start-insert file_rec/async " unite-buffer {{{3 -call unite#custom#default_action('buffer', 'goto') -nnoremap [unite]b :Unite buffer +call unite#custom#default_action('buffer', 'open') +nnoremap [unite]b :Unite buffer:- " unite-menu {{{3 let g:unite_source_menu_menus = {}