mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
17 lines
1.6 KiB
Markdown
17 lines
1.6 KiB
Markdown
# Keyboard Shortcuts
|
|
|
|
Here are some keyboard shortcuts you'll love when editing your notes.
|
|
|
|
This works best if you can see the result in the preview panel, run the `Markdown: Open Preview to the Side` command.
|
|
|
|
You can use either the name or the id to find each shortcut in the settings (File > Preferences > Keyboard Shortcuts) and find out what it is bound to on your system and change it according to your liking.
|
|
|
|
| Shortcut | Name | ID | Extension | Use |
|
|
| -------------- | --------------- | --------------------------------------- | ------------------- | ----------------------------------- |
|
|
| `alt+c` | \- | markdown.extension.checkTaskList | Markdown All in One | Toggle TODO items. |
|
|
| `cmd+b` | \- | markdown.extension.editing.toggleBold | Markdown All in One | Make selection bold. |
|
|
| `cmd+i` | \- | markdown.extension.editing.toggleItalic | Markdown All in One | Make selection italic. |
|
|
| `ctrl+shift+f` | Format Document | editor.action.formatDocument | Base | Format tables |
|
|
| `cmd+shift+f` | Find files | workbench.action.findInFiles | Base | Search in workspace. |
|
|
| `cmd+shift+e` | Show Explorer | workbench.view.explorer | Base | Show the file explorer. |
|
|
| `cmd+alt+v` | Paste Image | extension.pasteImage | Paste Image | Paste an image from your clipboard. |
|