Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有时我会忘记自己在 ViM 中,然后按 Cs Cx,即 Emacs 中的 Save and Exit。
这在 ViM 中具有写入^X和冻结的效果。
^X
有谁知道在这种情况下如何撤消或返回 ViM,以便我可以保存更改?
如果没有进行不同的配置,Cs 会向您的终端发送停止信号。要“停止”,请使用 Cq 。请参阅新手 bash 技巧手册中的此条目。
CTRL + q. 在控制台CTRL s中是滚动锁定,恢复是CTRL + q.