vim unite插件重新创建

时间:2013-09-18 04:04:06

标签: vim vim-plugin unite.vim

我正在使用Vim和Unite插件。

我的vimrc文件中有一个键映射,如此,

nnoremap <Leader>t :Unite -start-insert file_rec<CR>

它按预期工作。唯一的问题是,当我在目录中创建一个新文件并尝试用t搜索时,新文件没有显示出来。我想我需要重新创建Unite用于快速搜索文件的索引。我甚至不确定Unite是否使用这样的索引。这只是我的猜测。

但是当我搜索它时,有没有办法让Unite显示新创建的文件?

1 个答案:

答案 0 :(得分:7)

来自plugin's documentation

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.