> 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/vi/co-so-tri-thuc/046-hotkeys.md).

# Phím tắt

Ở đây chúng tôi đã liệt kê các phím tắt có sẵn trong Overleaf. Đối với người dùng Mac, các lệnh dưới đây sẽ dùng **Cmd** phím thay vì **Ctrl**.

Danh sách này chứa các phím tắt cho trình soạn thảo Source, tuy nhiên hầu hết chúng cũng hoạt động trong trình soạn thảo Source (Legacy).

| Lệnh                                                                   | Thao tác                                                                                                                      |
| ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| **Ctrl + F**                                                           | Tìm và thay thế.                                                                                                              |
| <p><strong>Ctrl + Enter</strong><br>hoặc <strong>Ctrl + S</strong></p> | Biên dịch dự án.                                                                                                              |
| **Ctrl + Z**                                                           | Hoàn tác.                                                                                                                     |
| **Ctrl + Y**                                                           | Làm lại.                                                                                                                      |
| **Ctrl + Home**                                                        | Đi đến dòng đầu tiên của tệp hiện tại.                                                                                        |
| **Ctrl + End**                                                         | Đi đến dòng cuối cùng của tệp hiện tại.                                                                                       |
| **Ctrl + Shift + L**                                                   | <p>Đi đến một dòng cụ thể (mở hộp thoại).<br>Sử dụng <strong>Ctrl + L</strong> trong trình soạn thảo Source (Legacy).</p>     |
| **Ctrl + /**                                                           | Bật/tắt chú thích cho các dòng đã chọn. (Chú thích/bỏ chú thích văn bản đã chọn.)                                             |
| **Ctrl + D**                                                           | Xóa dòng hiện tại.                                                                                                            |
| **Ctrl + A**                                                           | Chọn tất cả.                                                                                                                  |
| **Tab**                                                                | Thụt lề phần được chọn.                                                                                                       |
| **Shift + Tab**                                                        | Bỏ thụt lề phần được chọn.                                                                                                    |
| **Ctrl + U**                                                           | Đổi văn bản đã chọn thành chữ in hoa.                                                                                         |
| **Ctrl + Shift + U**                                                   | Đổi văn bản đã chọn thành chữ in thường.                                                                                      |
| **Ctrl + B**                                                           | Đậm.                                                                                                                          |
| **Ctrl + I**                                                           | Nghiêng.                                                                                                                      |
| **Ctrl + Space**                                                       | <p>Mở menu tự động hoàn thành.<br>(Dùng <strong>Opt + Space</strong> cũng trên Mac, thay vì <strong>Cmd + Space</strong>)</p> |

Có thể tìm thấy danh sách phím tắt bàn phím đầy đủ hơn trong [mẫu dự án Overleaf này](https://www.overleaf.com/articles/overleaf-keyboard-shortcuts/qykqfvmxdnjf).


---

# 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/vi/co-so-tri-thuc/046-hotkeys.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.
