There's cit, dit, yit (change, delete, yank inside tag) on vim... is there something like pit (paste inside tag?) -


using vim i'm used motion command cit, dit, yit when editing html/xml files. . more after using commands because can repeat did 1 keystroke.

i know if theres pit (paste inside tag) available, deletes inside tag , paste wanted (from + register example) , make . available cit, or if i'll need create mapping that.

no, can select visually , put text:

vitp 

Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -