显示Vim中间命令

前端之家收集整理的这篇文章主要介绍了显示Vim中间命令前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在vimtutor第2.1课:DELETION COMMANDS中,#4项后有一个注释:

The letter d will appear on the last line of the screen as you type it. Vim is waiting for you to type w. If you see another character than d you typed something wrong; press <ESC> and start over.

但是,笔记中没有看到最后一行的中间命令.如何启用此功能?我应该在我的.vimrc中设置什么选项?

您可以使用
:set showcmd

这将在Vim中键入命令时显示.同样也可以放在.vimrc中

原文链接:https://www.f2er.com/bash/386750.html

猜你在找的Bash相关文章