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

# Welke Emacs-opdrachten zijn bruikbaar in emacs-modus?

De emacs-modus (die je kunt inschakelen via je [accountinstellingenpagina](https://www.overleaf.com/users/edit)) komt uit een open-sourceproject genaamd codemirror. Het ontwikkelt zich heel snel, dus er ontbreken nog een paar dingen, en er zijn nog geen officiële documenten voor.

Om te zien welke toetsen worden ondersteund, is de enige optie op dit moment om te kijken naar de variabele keyMap in de broncode hier: <http://codemirror.net/keymap/emacs.js>

### Ctrl-N, Ctrl-T en Ctrl-W

Browsers gebruiken vaak toetscombinaties die door Emacs worden gebruikt, waaronder Ctrl-N, Ctrl-T en Ctrl-W, om vensters of tabbladen te openen of te sluiten. Deze browsers onderscheppen de gebeurtenissen voordat ze naar Overleaf worden verzonden, dus helaas kunnen we hier niets aan veranderen.

Afhankelijk van je browser en besturingssysteem kun je dit probleem mogelijk omzeilen door de sneltoetsen van je browser opnieuw toe te wijzen. Bijvoorbeeld, [er is een Firefox-extensie](https://addons.mozilla.org/en-GB/firefox/addon/s3menu-wizard/) (en dat is niet de enige) waarmee je die toetscombinaties opnieuw kunt toewijzen, zodat ze geen acties meer in de browser activeren.

Het is ook vermeldenswaard dat de problemen met Ctrl-sneltoetsen geen invloed hebben op browsers op Mac OS, die voor die functies doorgaans de Command-toets gebruiken.


---

# 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/nl/kennisbank/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.
