From 110f03b18dc6f79fddcd1634675dc987a9577ee2 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 8 Oct 2015 23:14:11 -0400 Subject: Add commented out find command example. --- vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 4600482..a8c72b8 100755 --- a/vimrc +++ b/vimrc @@ -47,13 +47,17 @@ nmap :silent noh map cd :cd %:p:h:pwd if executable('ag') -let g:unite_source_history_yank_enable = 1 let g:unite_source_grep_command = 'ag' let g:unite_source_grep_default_opts = \ '-i --vimgrep --ignore ' . \ '''.hg'' --ignore ''.svn'' --ignore ''.git'' --ignore ''.bzr''' endif +" let g:unite_source_rec_find_command = +" \ ['-path', '*/.git/*', '-prune', '-o', '-path', '*/\.*', '-prune', +" \ '-o', '-type', 'l', '-print'] + +let g:unite_source_history_yank_enable = 1 call unite#filters#matcher_default#use(['matcher_fuzzy']) nnoremap t :Unite -no-split -buffer-name=files -start-insert file_mru file_rec/async:! nnoremap r :Unite -no-split -buffer-name=mru -start-insert file_rec/git -- cgit v1.2.3