LoginSignup
15
14

More than 5 years have passed since last update.

VimFiler でカレントディレクトリ内での絞込みに unite.vim を使う

Posted at

今まで VimFiler 内のファイルを検索するときは / でファイル名を検索していましたが,絞込みに unite.vim を使うようにしてみました.たくさんファイルがあるディレクトリでの絞込みがかなり楽になります.

.vimrc
autocmd FileType vimfiler 
        \ nnoremap <buffer><silent>/ 
        \ :<C-u>Unite file -default-action=vimfiler<CR>
15
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
14