]> git.rmz.io Git - dotfiles.git/commitdiff
vim: \ub opens file buffers only
authorSamir Benmendil <me@rmz.io>
Wed, 14 Oct 2015 11:48:14 +0000 (12:48 +0100)
committerSamir Benmendil <me@rmz.io>
Wed, 14 Oct 2015 11:48:14 +0000 (12:48 +0100)
instead of goto all buffers. This removes the qf window from the list.

vim/vimrc

index 2817a017e878e5401533e4ff85647096aab149ae..5a02eb6a79023756a51eb8f85179b7a30b363771 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -642,8 +642,8 @@ end
 nnoremap <silent> [unite]f :<C-u>Unite -start-insert file_rec/async<CR>
 
 " unite-buffer {{{3
-call unite#custom#default_action('buffer', 'goto')
-nnoremap <silent> [unite]b :<C-u>Unite buffer<CR>
+call unite#custom#default_action('buffer', 'open')
+nnoremap <silent> [unite]b :<C-u>Unite buffer:-<CR>
 
 " unite-menu {{{3
 let g:unite_source_menu_menus = {}