Jump to next white space

后端 未结 3 1417
小鲜肉
小鲜肉 2021-01-31 07:41

Instead of using w to jump to the beginning of the next word or using e to jump to the end of the next word I want to have a shortcut which jumps to the ne

3条回答
  •  余生分开走
    2021-01-31 08:27

    as mentioned: you can use f and then Space but then use ; to hop to all the remaining spaces. My sequence is then often:

    f;;;;

    The semicolon is a repetition for the f-key (find char in Line)

提交回复
热议问题