vim: select inside dots

后端 未结 5 2111
孤独总比滥情好
孤独总比滥情好 2020-12-16 17:10

I can\'t find a solution (here and on the web) for simply selecting/inserting/deleting stuff surrounded by dots (a common case in development) :

    someobje         


        
5条回答
  •  再見小時候
    2020-12-16 17:59

    You might want to try this although it's not a proper answer:

    put you cursor on s (after dot) and type: (which means visual until dot).

    vf. 
    

    I believe the reason that you can't use vi. is dot is not something that vim could find its another pair like ( or ' ".

提交回复
热议问题