Add a few other bindings
This commit is contained in:
parent
922ff312bc
commit
31e63b9aa8
1 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,5 @@ let g:unite_source_rec_async_command = ['ag', '--follow', '--nocolor', '--nogrou
|
||||||
call unite#filters#matcher_default#use(['matcher_fuzzy'])
|
call unite#filters#matcher_default#use(['matcher_fuzzy'])
|
||||||
" open Unite ready for recursively, fuzzy match files
|
" open Unite ready for recursively, fuzzy match files
|
||||||
nnoremap <Leader>f :Unite -start-insert file_rec/async:!<CR>
|
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>
|
||||||
|
|
Loading…
Reference in a new issue