juvenn / mustache.vim

Vim mode for mustache and handlebars (Deprecated)
github.com/mustache/vim-mode
125 stars 14 forks source link

Section movement #15

Closed bruno- closed 10 years ago

bruno- commented 10 years ago

Hi @juvenn, this feature adds a conventional vim mappings [[ and ]] for moving between sections. In our case that is moving between mustache tags.

I know we're moving to a new repo soon, but until that is settled, I decided to make a pull req here.

Let me know what you think!

juvenn commented 10 years ago

@bruno- that's a great addition, honestly, I have not known this section movement until your pull requests. Just tried it, it works! Please go ahead, you can merge this into master as well!

Thanks!

bruno- commented 10 years ago

Cool! I learn it from this great (and free) book.