Navigating in Vim's Command Mode

前端 未结 4 613
栀梦
栀梦 2021-01-30 02:28

I am a long time emacs user learning Vim. Emacs lets me navigate in the mini-buffer (where I issue commands like C-x C-s) using the same navigation keyboard shortcuts as in any

4条回答
  •  情深已故
    2021-01-30 02:58

    Adding to Greg Hewgill's answer, you can use q: to open the command-line window, where you have any Vim editing power at your hand.

提交回复
热议问题