Add a few other bindings

This commit is contained in:
Thomas Gideon 2015-10-14 15:09:24 -04:00
parent 922ff312bc
commit 31e63b9aa8

View file

@ -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 <Leader>f :Unite -start-insert file_rec/async:!<CR>
nnoremap <Leader>b :Unite -start-insert buffer<CR>
nnoremap <Leader>m :Unite -start-insert bookmark<CR>