wincent / command-t

⌨️ Fast file navigation for Neovim and Vim
BSD 2-Clause "Simplified" License
2.74k stars 317 forks source link

[Discussion] Automatically run flush after a certain time out or some other solution #333

Closed dylan-chong closed 6 years ago

dylan-chong commented 6 years ago

There is the annoying problem of creating a new file and then trying to find it in command t and it not being there. I'm not really sure what to do about this...

wincent commented 6 years ago

We could probably merge this one into #238.

dylan-chong commented 6 years ago

Maybe, but will that solve the problem if we do not use watchmen?

wincent commented 6 years ago

Nope. You could always just get in the habit of hitting C-f to flush the listing if you can't find what you're looking for.

dylan-chong commented 6 years ago

Ah, i did not think of this! I guess this makes this issue much less important then