jonuts / molly.vim

textmate command-t vim implementation

Home Page:http://westoque.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

molly.vim

ZOMG! Very fast and sexy textmate-like command-t plugin. It also works for regular vim.

Dependencies

The only hard dependency `molly` needs is the unix `find` command.

Getting Started

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”

Mappings

  • 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

TODOs

  • Better regex parser
  • Vim documentation/help

About

textmate command-t vim implementation

http://westoque.com


Languages

Language:Vim Script 100.0%