diff options
-rw-r--r-- | README.md | 22 |
1 files changed, 14 insertions, 8 deletions
@@ -2,13 +2,19 @@ | |||
2 | Project for school | 2 | Project for school |
3 | 3 | ||
4 | # Shortcuts | 4 | # Shortcuts |
5 | ###### `Ctr`+`Shift`+`p` - open command line | 5 | `Ctr`+`Shift`+`p` - open command line |
6 | ###### `Ctr`+`esc` - open command line | 6 | |
7 | ###### `esc` - unfocus/close | 7 | `Ctr`+`esc` - open command line |
8 | ###### `del` - close | 8 | |
9 | `esc` - unfocus/close | ||
10 | |||
11 | `del` - close | ||
9 | 12 | ||
10 | ### Navigate command line | 13 | ### Navigate command line |
11 | ###### `tab` - next command | 14 | `tab` - next command |
12 | ###### `↓` - next command | 15 | |
13 | ###### `↑` - previous command | 16 | `↓` - next command |
14 | ###### `retrun` - execute command | 17 | |
18 | `↑` - previous command | ||
19 | |||
20 | `retrun` - execute command | ||