From 31e63b9aa89e4da65a7f00c5352fe8f166234c6c Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Wed, 14 Oct 2015 15:09:24 -0400 Subject: [PATCH] Add a few other bindings --- unite.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unite.vim b/unite.vim index 971bd5b..64d9766 100644 --- a/unite.vim +++ b/unite.vim @@ -4,3 +4,5 @@ let g:unite_source_rec_async_command = ['ag', '--follow', '--nocolor', '--nogrou call unite#filters#matcher_default#use(['matcher_fuzzy']) " open Unite ready for recursively, fuzzy match files nnoremap f :Unite -start-insert file_rec/async:! +nnoremap b :Unite -start-insert buffer +nnoremap m :Unite -start-insert bookmark