Skip to content

Instantly share code, notes, and snippets.

@mattmanning
Last active December 29, 2015 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattmanning/7668535 to your computer and use it in GitHub Desktop.
Save mattmanning/7668535 to your computer and use it in GitHub Desktop.
I'm trying to learn vim. These are unanswered questions I have.
I use the "find in project" feature of TextMate a lot. What's a good vim plugin for that? I can fall back on grep on the terminal, but it would be nice to do it in the editor and open files directly from search results.
Is there any way to do fuzzy filename matching / completion with the :edit command?
How do I get it to handle indentations in Ruby code correctly? (2 spaces soft tabs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment