What is this history window in vim called?

帅比萌擦擦* 提交于 2019-11-26 22:04:17

问题


Sometime when I execute a vim command, a history like window appears out of nowhere. Anyone knows what it does, what it's called and how to make it appear?


回答1:


It is called the command-line window

:h command-line-window

You can bring it via <c-f> while on the prompt or q: in normal mode

:h q:


来源:https://stackoverflow.com/questions/16110480/what-is-this-history-window-in-vim-called

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!