# For When That Escape Key Is Hard To Reach

Using Vim to its full potential requires using just about every key on the keyboard. Of all those keys, the escape key is particularly important. It's how you get back to normal node.

If you find the escape key hard to reach or your laptop vendor decided you don't need it anymore, what's the alternative?

There is a built-in alternative:

```
Ctrl-[
```

> Note: If your `<Esc>` key is hard to hit on your keyboard, train yourself to use `CTRL-[`.

See `:help Ctrl-[` for more details.

[source](https://twitter.com/tenderlove/status/1021412757805993984?s=11)


---

# Agent Instructions: 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:

```
GET https://ploegert.gitbook.io/til/tools/vim/for-when-that-escape-key-is-hard-to-reach.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
