简体   繁体   English

使用以下命令显示可用的VIM命令<tab>

[英]Display available VIM commands using <tab>

Is there a way to display commands using tab? 有没有一种方法可以使用制表符显示命令? By commands, I don't mean bash ones, but vim ones, using : 通过命令,我不是指bash,而是vim,它使用

For instance : I use Nerdtree plugin by typing ':' in NORMAL mode (:NERDTree). 例如:我在正常模式(:NERDTree)中键入“:”来使用Nerdtree插件。 If I tab NER, I directly have NERDTree. 如果我选择NER,则直接拥有NERDTree。 Then in I tab again > NERDTreeCWD > NERDTreeClose > NERDTreeFind etc... 然后在[我]标签中再次> NERDTreeCWD> NERDTreeClose> NERDTreeFind等...

Is it possible to display all the available commands somehow in the status bar? 是否可以在状态栏中以某种方式显示所有可用命令?

Thank you for your help! 谢谢您的帮助!

Perhaps you're looking for <Cd> ? 也许您正在寻找<Cd> This will show you all possible completions of the current command. 这将显示当前命令的所有可能完成。 See :help cmdline-completion . 参见:help cmdline-completion

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM