let g:unite_source_rec_async_command = 'ag --follow --nocolor --nogroup --hidden -g ""'
end
nnoremap <silent> [unite]f :<C-u>Unite -start-insert file_rec/async<CR>
+call unite#custom#source('file_rec/async', 'sorters', 'sorter_selecta')
" unite-buffer {{{3
call unite#custom#default_action('buffer', 'open')
\ | wincmd p | diffthis
endif
+" sort operator {{{2
+function! SortLinesOpFunc(...)
+ '[,']sort
+endfunction
+nnoremap <silent> gs :<C-U>set operatorfunc=SortLinesOpFunc<CR>g@
+
" edit configs {{{2
function! EditConfig(what)
let l:dir = split(&runtimepath,',')[0]