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

# emacs 모드에서 어떤 emacs 명령을 사용할 수 있나요?

emacs 모드(이는 다음을 통해 켤 수 있습니다: [계정 설정 페이지](https://www.overleaf.com/users/edit))는 codemirror라는 오픈 소스 프로젝트에서 가져온 것입니다. 매우 빠르게 발전하고 있어서 몇 가지 기능이 빠져 있으며, 아직 이에 대한 공식 문서도 없습니다.

어떤 키가 지원되는지 보려면, 현재로서는 여기 소스의 keyMap 변수를 확인하는 수밖에 없습니다: <http://codemirror.net/keymap/emacs.js>

### Ctrl-N, Ctrl-T 및 Ctrl-W

브라우저는 종종 Emacs에서 사용하는 키 조합, 예를 들어 Ctrl-N, Ctrl-T 및 Ctrl-W를 사용하여 창이나 탭을 열거나 닫습니다. 이러한 브라우저는 이벤트가 Overleaf로 전송되기 전에 가로채므로, 안타깝게도 이를 바꾸기 위해 우리가 할 수 있는 일은 없습니다.

브라우저와 운영 체제에 따라 브라우저의 키보드 단축키를 재매핑하여 이 문제를 우회할 수 있을 수도 있습니다. 예를 들어, [FireFox 확장 프로그램이 있습니다](https://addons.mozilla.org/en-GB/firefox/addon/s3menu-wizard/) (그리고 그것만 있는 것은 아닙니다) 이를 사용하면 해당 키 조합을 재매핑하여 브라우저에서 더 이상 동작을 트리거하지 않도록 할 수 있습니다.

또한 Ctrl 단축키와 관련된 문제는 일반적으로 이러한 기능에 command 키를 사용하는 Mac OS의 브라우저에는 영향을 주지 않는다는 점도 알아둘 만합니다.


---

# 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/ko/knowledge-base/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.
