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

# Welche Emacs-Befehle sind im Emacs-Modus verwendbar?

Der Emacs-Modus (den Sie über Ihre [Kontoeinstellungsseite](https://www.overleaf.com/users/edit)) stammt aus einem Open-Source-Projekt namens CodeMirror. Es entwickelt sich sehr schnell weiter, daher fehlen ihm noch einige Dinge, und es gibt dafür bisher noch keine offiziellen Dokumente.

Um zu sehen, welche Tasten unterstützt werden, besteht derzeit die einzige Möglichkeit darin, sich die Variable keyMap im Quellcode hier anzusehen: <http://codemirror.net/keymap/emacs.js>

### Ctrl-N, Ctrl-T und Ctrl-W

Browser verwenden oft Tastenkombinationen, die auch von Emacs verwendet werden, darunter Ctrl-N, Ctrl-T und Ctrl-W, um Fenster oder Tabs zu öffnen oder zu schließen. Diese Browser fangen die Ereignisse ab, bevor sie an Overleaf gesendet werden, daher können wir daran leider nichts ändern.

Je nach Ihrem Browser und Betriebssystem können Sie dieses Problem möglicherweise umgehen, indem Sie die Tastenkombinationen Ihres Browsers neu zuordnen. Zum Beispiel [gibt es eine Firefox-Erweiterung](https://addons.mozilla.org/en-GB/firefox/addon/s3menu-wizard/) (und das ist nicht die einzige), mit der Sie diese Tastenkombinationen so neu zuordnen können, dass sie keine Aktionen mehr im Browser auslösen.

Außerdem ist es erwähnenswert, dass die Probleme mit Ctrl-Kürzeln Browser auf Mac OS nicht betreffen, die für diese Funktionen im Allgemeinen die Befehlstaste verwenden.


---

# 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/de/wissensdatenbank/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.
