简体   繁体   English

syntastic vim:如何返回常规的“插入”模式?

[英]syntastic vim: How to return to a regular “insert” mode?

I added Syntastic plugin to Vim: https://github.com/vim-syntastic/syntastic . 我在Vim中添加了Syntastic插件: https : //github.com/vim-syntastic/syntastic

When I write code and type: ":w", I do get an error check that looks like this: 当我编写代码并键入:“:w”时,我确实得到了如下所示的错误检查: 在此处输入图片说明

What do I have to do to return to the state where I was before watching the error mode? 在观看错误模式之前,我该怎么做才能返回到原来的状态? I just want to return to "regular" insert mode in vim. 我只想在vim中返回“常规”插入模式。

I found the answer: press ESC key and then type: 我找到了答案:按ESC键,然后键入:

:lclose :LCLOSE

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

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