X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/aa0735dc4bc63a16bc18f8027d42accfcaf57b01..07c0605f0b7d4b156fa1c38790c40ad3936f7736:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 4d72ff3..23889f1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -653,6 +653,7 @@ if executable('ag') let g:unite_source_rec_async_command = 'ag --follow --nocolor --nogroup --hidden -g ""' end nnoremap [unite]f :Unite -start-insert file_rec/async +call unite#custom#source('file_rec/async', 'sorters', 'sorter_selecta') " unite-buffer {{{3 call unite#custom#default_action('buffer', 'open')