Skip to content

Commit

Permalink
Update key bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Jul 3, 2024
1 parent 446b93e commit 7fcdb37
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/docs/tools/cargo-embed.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,16 @@ called "Terminal"!
| ------------- | ---------------------------------------------- |
| `^c` | Quit |
| `Fn{n}` | Switch to tab `n` |
| `^{n}` | Switch to tab `n` |
| `Tab` | Switch to the next tab |
| `Shift+Tab` | Switch to the previous tab |
| Any character | Add the character to the pending input |
| `Backspace` | Delete the last character of the pending input |
| `Enter` | Send the pending input |
| `PgUp` | Scroll up |
| `PgDn` | Scroll Down |
| `PgUp` | Scroll up half a screen |
| `UpArrow` | Scroll up |
| `PgDn` | Scroll down half a screen |
| `DownArrow` | Scroll down |
| `^l` | Clear current tab |

### Don't panic!
Expand Down

0 comments on commit 7fcdb37

Please sign in to comment.