moll / vim-node

Tools and environment to make Vim superb for developing with Node.js. Like Rails.vim for Node.
http://www.vim.org/scripts/script.php?script_id=4674
Other
807 stars 59 forks source link

:A (Alternate) support #15

Open nathanielescribano opened 9 years ago

nathanielescribano commented 9 years ago

It would be nice to use colon A to toggle between alternate files like you can in Rails.vim

moll commented 9 years ago

Absolutely!

I haven't yet decided which solution would be most appropriate. @tpope has Projectionist.vim. Perhaps Node.vim can somehow configure that for use in JavaScript projects...

moll commented 9 years ago

I've started using Projectionist.vim myself and it works well. I wonder what default mappings should Node.vim set up. Any ideas, @nathanielescribano?