Added steve losh next-textobject functionality. vinb to visual inside next set of parens

This commit is contained in:
yan
2012-01-20 19:21:27 -08:00
parent 4a2bd58c99
commit 4bb23eba41
2 changed files with 30 additions and 0 deletions

View File

@@ -313,6 +313,7 @@ Included vim plugins
* textobj-datetime - gives you 'da' (date), 'df' (date full) and so on text objects. useable with all standard verbs
* vim-textobj-entire - gives you 'e' for entire document. so vae (visual around entire document), and etc
* vim-textobj-rubysymbol - gives you ':' textobj. so va: to select a ruby symbol. da: to delete a symbol..etc
* next-textobject - from Steve Losh, ability to use 'n' such as vinb (visual inside (n)ext set of parens)
**Utils**