In Vim/Vi, how do you move the cursor to the end of the previous word?

前端 未结 4 705
隐瞒了意图╮
隐瞒了意图╮ 2021-01-29 22:30

In Vim\'s normal mode:

  • e goes to the end of the next word
  • w goes to the beginning of the next word
  • b goes to the
4条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-29 23:05

    as seen on VIM manual (section 03.1), you can use ge to go to the end of previous word

提交回复
热议问题