vim: disable "Press ENTER or type command to continue" prompt?
Posted
by kotlinski
on Stack Overflow
See other posts from Stack Overflow
or by kotlinski
Published on 2009-05-20T23:52:15Z
Indexed on
2010/05/10
15:44 UTC
Read the original article
Hit count: 334
vim
Is there any way to disable the "Press ENTER or type command to continue" prompt that appears after executing an external command?
EDIT: Found a workaround: Add an extra <CR>
to the shortcut in my .lvimrc.
map <F5> :wall!<CR>:!sbcl --load foo.cl<CR><CR>
Any better ideas?
© Stack Overflow or respective owner