加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

显示Vim中间命令

发布时间:2020-12-15 18:55:00 所属栏目:安全 来源:网络整理
导读:在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 a
在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中

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读