Vim: Repeat previous motion?

前端 未结 4 973
梦毁少年i
梦毁少年i 2021-02-01 12:15

Let\'s say that I\'m in visual mode, and I type \"aw\" to extend the visual area to include the next word. I\'d like to then include the next couple of words. Is there a singl

4条回答
  •  我在风中等你
    2021-02-01 12:56

    There are some plugins that provide this functionality:

    • repmo.vim: repeat motions for which a count was given
    • repeatable-motions.vim: Make most motions repeatable
    • repmo.vim: give vim support of repeat motion operations (k,j, h,l, w,b, W,B, e,E, ge,gE)

提交回复
热议问题