Maps some basic navigation helpers for Meteor projects, provided you're following this basic directory structure from the unofficial FAQ:
├── app
│ ├── client
│ │ ├── hello.html
│ │ ├── hello.js
│ │ ├── main.css
│ │ └── main.html
│ ├── lib
│ │ └── main.js
│ └── server
│ └── main.js
└── test
└── unit
├── client
│ ├── hello.js
│ └── main.js
├── lib
│ └── main.js
└── server
└── main.js
<Leader>mtopens a vsplit with the JavaScript file for the HTML template in the current buffer and vice-versa.<Leader>mTdoes the same but without the split.<Leader>mhopens a vsplit with the HTML template named for the word under the cursor.<Leader>mHdoes the same but without the split.
<Leader>muopens a vsplit with the unit test file for the JavaScript file in the current buffer and vice-versa.<Leader>mUdoes the same but without the split.
Install pathogen.vim, then copy and paste:
cd ~/.vim/bundle
git clone git://github.com/rgm/vim-meteor.git