ZOMG! Very fast and sexy textmate-like command-t plugin. It also works for regular vim.
The only hard dependency `molly` needs is the unix `find` command.
By default it uses `Leader Key + x` but you can change it to whatever you want.
Currently is uses the vim default regex to parse the results, an example query would be: “users.*_test”
- Leader + x – open molly
- Enter – go to file
- Ctrl + v – open in a vertical split window
- Ctrl + s – open in a split window
- Up – go up
- Ctrl + k – go up
- Down – go down
- Ctrl + j – go down
- Better regex parser
- Vim documentation/help