Skip to content

Commit f1c37dd

Browse files
committed
Update key bindings
1 parent 119f0a0 commit f1c37dd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/docs/tools/cargo-embed.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,16 @@ called "Terminal"!
161161
| ------------- | ---------------------------------------------- |
162162
| `^c` | Quit |
163163
| `Fn{n}` | Switch to tab `n` |
164+
| `^{n}` | Switch to tab `n` |
165+
| `Tab` | Switch to the next tab |
166+
| `Shift+Tab` | Switch to the previous tab |
164167
| Any character | Add the character to the pending input |
165168
| `Backspace` | Delete the last character of the pending input |
166169
| `Enter` | Send the pending input |
167-
| `PgUp` | Scroll up |
168-
| `PgDn` | Scroll Down |
170+
| `PgUp` | Scroll up half a screen |
171+
| `UpArrow` | Scroll up |
172+
| `PgDn` | Scroll down half a screen |
173+
| `DownArrow` | Scroll down |
169174
| `^l` | Clear current tab |
170175

171176
### Don't panic!

0 commit comments

Comments
 (0)