let g:unite_redraw_hold_candidates = 50000 call unite#filters#matcher_default#use(['matcher_fuzzy']) autocmd FileType unite call s:unite_my_settings() function! s:unite_my_settings() nmap (unite_toggle_auto_preview) imap (unite_select_next_line) imap (unite_select_previous_line) endfunction