From a1564489b49955f2f0b393e5c8f457dafe7ec22b Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 14 Oct 2015 12:48:14 +0100 Subject: [PATCH] vim: \ub opens file buffers only instead of goto all buffers. This removes the qf window from the list. --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {} -- 2.48.1