如何禁用“按 ENTER 键或键入命令继续"?在 Vim 中提示? [英] How do I disable the "Press ENTER or type command to continue" prompt in Vim?

查看:35
本文介绍了如何禁用“按 ENTER 键或键入命令继续"?在 Vim 中提示?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么办法可以禁用执行外部命令后出现的按 ENTER 或键入命令继续"提示?

Is there any way to disable the "Press ENTER or type command to continue" prompt that appears after executing an external command?

找到一个解决方法:在我的 .lvimrc 中的快捷方式中添加一个额外的 .

Found a workaround: Add an extra <CR> to the shortcut in my .lvimrc.

map <F5> :wall!<CR>:!sbcl --load foo.cl<CR><CR>

有更好的想法吗?

推荐答案

找到一个解决方法:添加一个额外的 到地图命令.

Found out one workaround: Add an extra <CR> to the map command.

map <F5> :wall!<CR>:!sbcl --load foo.cl<CR><CR>

这篇关于如何禁用“按 ENTER 键或键入命令继续"?在 Vim 中提示?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆