wincent / command-t

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

Teach Command-T to take spaces in the needle as a strong hint #277

Closed wincent closed 2 years ago

wincent commented 7 years ago

At the moment we just ignore them (if ignore_spaces is set), but we could leverage the signal more directly. Putting a space before something is a very clear signal that the user expects to find it near a "boundary", so we could use that to make the scoring even more intuitive/responsive than it currently is.

wincent commented 2 years ago

Given the big rewrite for v6.0.x, I'm closing all older issues as there is unlikely to be anything significant happening on the 5-x-devel branch from here on[^patches]. Feedback issue for 6.0.x is here:

[^patches]: Patches and PRs would be welcome, but my personal efforts are going to be directed towards main.