> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/zh-tw/zhi-shi-ku/157-when-using-the-vim-editor-i-cannot-switch-back-to-normal-mode-from-insert-mode.md).

# 使用 Vim 編輯器時，我無法從插入模式切回正常模式

自從 [在釋出對 Vim 和 Emacs 模式的支援後](https://www.overleaf.com/blog/19) 在 Overleaf 編輯器中，發現了一個潛在問題，影響到安裝了 Chrome 擴充功能「Vimium」的使用者。如果你正在使用該擴充功能，你可能會發現，在插入文字之後，你會無法切回一般模式——標準指令 ESC 或 CTRL-\[ 可能無法運作。我們發現，在停用這個擴充功能後，Overleaf 的 Vim 編輯器會如預期般運作。若想了解更多關於 Vim 和 Emacs 編輯器的資訊，請參閱 [這篇部落格文章](https://www.overleaf.com/blog/19).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/zh-tw/zhi-shi-ku/157-when-using-the-vim-editor-i-cannot-switch-back-to-normal-mode-from-insert-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
