# Keyboard Shortcuts

When you're deep in your thoughts, seamlessly transitioning between your ideas is key.&#x20;

To keep you in this state of flow, Narafy puts a range of keyboard shortcuts at your fingertips. These shortcuts are designed to minimize distractions, allowing you to quickly capture, organize, and manage your notes without missing a beat.&#x20;

Let’s get you familiar with these time-savers.

## Navigation

|                     | Windows            | Mac |
| ------------------- | ------------------ | --- |
| Home                | Ctrl + O           | ⌘O  |
| New Note            | Ctrl + N           | ⌘N  |
| New Quick Note      | Ctrl + Shift + N   | ⇧⌘N |
| Favorites           | Ctrl + Y           | ⌘Y  |
| Recent Stacks       | Ctrl + Shift + O   | ⇧⌘O |
| New Tag             | Ctrl + .           | ⌘.  |
| Search (All Notes)  | Ctrl + Shift + F   | ⇧⌘F |
| Ask                 | Ctrl + Shift + K   | ⇧⌘K |
| Settings            | Ctrl + ,           | ⌘,  |
| Next Tab            | Ctrl + Tab         | ^⇥  |
| Previous Tab        | Ctrl + Shift + Tab | ^⇧⇥ |
| Re-Open Closed Tab  | Ctrl + Shift + T   | ⇧⌘T |
| Pin Window          | Ctrl + Shift + P   | ⇧⌘P |
| Minimize[^1] Window | Ctrl + M           | ⌘M  |
| Zoom Window         | Ctrl + Plus        | ⌘+  |
| Quit                | Ctrl + Q           | ⌘Q  |

## Formatting

|                 | Windows          | Mac |
| --------------- | ---------------- | --- |
| Bold            | Ctrl + B         | ⌘B  |
| Italic          | Ctrl + I         | ⌘I  |
| Underline       | Ctrl + U         | ⌘U  |
| Strikethrough   | Ctrl + Shift + X | ⇧⌘X |
| Bullet-List     | Ctrl + L         | ⌘L  |
| Check-List      | Ctrl + Shift + L | ⇧⌘L |
| Increase Indent | Tab              | ⇥   |
| Reduce Indent   | Shift + Tab      | ⇧⇥  |

## Editing

|                  | Windows            | Mac    |
| ---------------- | ------------------ | ------ |
| Copy             | Ctrl + C           | ⌘C     |
| Cut              | Ctrl + X           | ⌘X     |
| Paste            | Ctrl + V           | ⌘V     |
| Undo             | Ctrl + Z           | ⌘Z     |
| Redo             | Ctrl + Shift + Z   | ⇧⌘Z    |
| Find in Note     | Ctrl + A           | ⌘F     |
| Select Paragraph | Ctrl + A           | ⌘A     |
| Select All       | Ctrl + A, Ctrl + A | ⌘A, ⌘A |
|                  |                    |        |

[^1]:


---

# Agent Instructions: 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:

```
GET https://info.narafy.com/make-the-most-of-narafy/keyboard-shortcuts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
