在 Vimperator 中如何配置使用命令 ":history" 时建议的行数?
In Vimperator how to configure the number of lines of proposal when using the command ":history" ?
我正在使用 Vimperator。
当我使用命令
在历史记录中查找时,我想配置 Vimperator 显示的行数作为建议
:history
目前我的页面完全被提案覆盖。
在我的 vimperatorrc 中我配置了
previewheight=20
为了在命令行上使用完成时有 20 个命题,但这是使用开放式完成而不是 :history。
我的问题:
如何设置我希望在输入命令时显示为建议的行数?
:history
感谢您的帮助。
使用-max标志,例如:
:history -max=20
我正在使用 Vimperator。
当我使用命令
在历史记录中查找时,我想配置 Vimperator 显示的行数作为建议:history
目前我的页面完全被提案覆盖。
在我的 vimperatorrc 中我配置了
previewheight=20
为了在命令行上使用完成时有 20 个命题,但这是使用开放式完成而不是 :history。
我的问题:
如何设置我希望在输入命令时显示为建议的行数?
:history
感谢您的帮助。
使用-max标志,例如:
:history -max=20