我正在使用Vim和Unite插件。
我的vimrc文件中有一个键映射,如此,
nnoremap <Leader>t :Unite -start-insert file_rec<CR>
它按预期工作。唯一的问题是,当我在目录中创建一个新文件并尝试用t搜索时,新文件没有显示出来。我想我需要重新创建Unite用于快速搜索文件的索引。我甚至不确定Unite是否使用这样的索引。这只是我的猜测。
但是当我搜索它时,有没有办法让Unite显示新创建的文件?
答案 0 :(得分:7)
Q: Some files are not showing up in file_rec(/async) candidates. What's up with that? A: You need to update the cache. Press |<Plug>(unite_redraw)| (<C-l>) when unite is focused.