How can I move around in the Vim command line?

后端 未结 7 1537
逝去的感伤
逝去的感伤 2020-12-12 12:36

If you\'re typing a command in Vim (I mean you\'ve started with : and you\'re working in the bar at the bottom of the screen) is there a way to move the cursor

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 13:12

    On Mac OS,

    • Shift+left arrow: move back a word
    • Shift+right arrow: move forward a word

提交回复
热议问题