现在按,命令行窗口中显示的mant history命令 使用命令行窗口的ex模式状态。
如何退出命令行窗口并仍处于ex模式?
也就是说,要从The ex mode status with a command line window
更改为The ex mode status
要输入:q
,它已从The ex mode status with a command line window
更改为The normal mode status
。
答案 0 :(得分:1)
按Ctrl-C
:
CTRL-C
继续在命令行模式下。游标下的命令行用作命令行。在插入和正常模式下均可使用。 “:close”也有效。没有重绘,因此窗口将保持可见。
来自Vim :h command-line-window
。