Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/keyboard-shortcuts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Keyboard shortcuts
description: Speed up your development workflow with these shortcut keys
titleBorder: true
---

We know keyboard shortcuts help get things done faster. Thermal provides keyboard shortcuts for many workflows and here’s a handy list of the shortcuts currently supported by Thermal.

### General

| Description | Windows/Linux | Mac |
| :--- | :---: | :---: |
| Open keyboard shortcuts | `ctrl` `shift` `/` | `⌘` `shift` `/` |

### Repository

| Description | Windows/Linux | Mac |
| :--- | :---: | :---: |
| Add repository | `ctrl` `n` | `⌘` `n` |
2 changes: 2 additions & 0 deletions src/data/doc-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
items:
- title: Getting started
link: /
- title: Keyboard shortcuts
link: /keyboard-shortcuts

- title: First step with Thermal
items:
Expand Down