Skip to content

Instantly share code, notes, and snippets.

@trak3r
Created May 19, 2014 23:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trak3r/2a44c5e8004547e8f7d6 to your computer and use it in GitHub Desktop.
Save trak3r/2a44c5e8004547e8f7d6 to your computer and use it in GitHub Desktop.
call unite#filters#matcher_default#use(['matcher_fuzzy'])
call unite#custom#source('buffer,file,file_rec/git','sorters', 'sorter_selecta')
nnoremap <leader>t :<C-u>Unite -no-split -buffer-name=files -profile-name=buffer -start-insert file_rec/git<CR>
call unite#custom#profile('buffer', 'ignorecase', 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment