How can I move around in the Vim command line?

后端 未结 7 1540
逝去的感伤
逝去的感伤 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:13

    To add to Maxim Kim's Answer,

    In the Normal Mode ..

    q: -> cmdline window for commands

    q/ -> cmdline window for search forward

    q? -> cmdline window for search backward

    Ctrl-C or will take you out of cmdline-window

提交回复
热议问题