> 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/es/base-de-conocimientos/160-which-emacs-commands-are-usable-in-emacs-mode.md).

# ¿Qué comandos de Emacs se pueden usar en el modo Emacs?

El modo emacs (que puedes activar desde tu [página de configuración de la cuenta](https://www.overleaf.com/users/edit)) proviene de un proyecto de código abierto llamado codemirror. Está evolucionando muy rápidamente, por lo que le faltan algunas cosas, y todavía no hay documentación oficial para él.

Para ver qué teclas son compatibles, la única opción por el momento es consultar la variable keyMap en el código fuente aquí: <http://codemirror.net/keymap/emacs.js>

### Ctrl-N, Ctrl-T y Ctrl-W

Los navegadores suelen usar combinaciones de teclas utilizadas por Emacs, como Ctrl-N, Ctrl-T y Ctrl-W, para abrir o cerrar ventanas o pestañas. Estos navegadores interceptan los eventos antes de que se envíen a Overleaf, así que, por desgracia, no hay nada que podamos hacer para cambiar esto.

Dependiendo de tu navegador y sistema operativo, puede que puedas evitar este problema reasignando los atajos de teclado de tu navegador. Por ejemplo, [hay una extensión de FireFox](https://addons.mozilla.org/en-GB/firefox/addon/s3menu-wizard/) (y no es la única) que te permitirá reasignar esas combinaciones de teclas para que ya no activen acciones en el navegador.

También cabe destacar que los problemas con los atajos Ctrl no afectan a los navegadores en Mac OS, que por lo general usan la tecla de comando para esas funciones.


---

# 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/es/base-de-conocimientos/160-which-emacs-commands-are-usable-in-emacs-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.
