File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -161,11 +161,16 @@ called "Terminal"!
161
161
| ------------- | ---------------------------------------------- |
162
162
| ` ^c ` | Quit |
163
163
| ` 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 |
164
167
| Any character | Add the character to the pending input |
165
168
| ` Backspace ` | Delete the last character of the pending input |
166
169
| ` 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 |
169
174
| ` ^l ` | Clear current tab |
170
175
171
176
### Don't panic!
You can’t perform that action at this time.
0 commit comments