File tree 4 files changed +53
-32
lines changed
4 files changed +53
-32
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,20 @@ Shortcuts I find useful
17
17
18
18
| Shortcut | Screen |
19
19
| -------------------- | ----------- |
20
- | crtl + option left | left half |
21
- | crtl + option right | right half |
22
- | crtl + option up | top half |
23
- | crtl + option down | bottom half |
24
- | crtl + option return | full |
25
- | crtl + option delete | reset |
26
- | crtl + option e | 2/3 |
27
- | crtl + option d | 1/3 |
20
+ | ` ⌃ ` + ` ⌥ ` + ` ← ` | left half |
21
+ | ` ⌃ ` + ` ⌥ ` + ` → ` | right half |
22
+ | ` ⌃ ` + ` ⌥ ` + ` ↑ ` | top half |
23
+ | ` ⌃ ` + ` ⌥ ` + ` ↓ ` | bottom half |
24
+ | ` ⌃ ` + ` ⌥ ` + ` return ` | fullscreen |
25
+ | ` ⌃ ` + ` ⌥ ` + ` ⌫ ` | reset |
26
+ | ` ⌃ ` + ` ⌥ ` + ` e ` | 2/3 |
27
+ | ` ⌃ ` + ` ⌥ ` + ` d ` | 1/3 |
28
+
29
+ ### Keyboard Legend
30
+
31
+ | command | option | shift | control | delete |
32
+ | ------- | ------ | ----- | ------- | ------ |
33
+ | ` ⌘ ` | ` ⌥ ` | ` ⇧ ` | ` ⌃ ` | ` ⌫ ` |
28
34
29
35
## Table of Content
30
36
Original file line number Diff line number Diff line change @@ -19,16 +19,22 @@ https://marketplace.visualstudio.com/VSCode
19
19
20
20
Shortcuts I find useful
21
21
22
- | Shortcut | Desc |
23
- | ------------------------ | ----------------------------- |
24
- | cmd + shift + P | Show All Commands |
25
- | cmd + , | Preferences |
26
- | control + ` | Terminal |
27
- | option + z | Toggle Wordwrap |
28
- | cmd + option up/down | Create multiple cursors |
29
- | option + mouse click | Create multiple cursors |
30
- | cmd + shift + l | Adds curor for every instance |
31
- | option + shift + up/down | Duplicate Code |
22
+ | Shortcut | Desc |
23
+ | --------------------- | ------------------------------------- |
24
+ | ` ⌘ ` + ` ⇧ ` + ` P ` | Show All Commands |
25
+ | ` ⌘ ` + ` , ` | Preferences |
26
+ | ` ⌃ ` + ` | Terminal |
27
+ | ` ⌥ ` + ` z ` | Toggle Wordwrap |
28
+ | ` ⌘ ` + ` ⌥ ` + ` ↑ ` / ` ↓ ` | Create multiple cursors /w arrow keys |
29
+ | ` ⌥ ` + ` click ` | Create multiple cursors /w mouse |
30
+ | ` ⌘ ` + ` ⇧ ` + ` l ` | Adds curor for every instance |
31
+ | ` ⌥ ` + ` ⇧ ` + ` ↑ ` / ` ↓ ` | Duplicate Code |
32
+
33
+ ### Keyboard Legend
34
+
35
+ | command | option | shift | control | delete |
36
+ | ------- | ------ | ----- | ------- | ------ |
37
+ | ⌘ | ⌥ | ⇧ | ⌃ | ⌫ |
32
38
33
39
## Settings
34
40
Original file line number Diff line number Diff line change @@ -7,19 +7,28 @@ https://www.figma.com/
7
7
8
8
Shortcuts I find useful
9
9
10
- | Shortcut | Desc |
11
- | -------------------- | ----------------- |
12
- | space | Pan |
13
- | cmd + space | Zoom In |
14
- | cmd + space + option | Zoom Out |
15
- | f | Frame |
16
- | v | Move |
17
- | r | Rectangle |
18
- | cmd + option + k | Create Components |
19
- | cmd + g | Group |
20
- | cmd + shift + g | Ungroup |
21
- | cmd + alt + c | Copy Styles |
22
- | cmd + alt + v | Paste Styles |
10
+ | Shortcut | Desc |
11
+ | ------------------ | --------------------- |
12
+ | ` space ` | Pan |
13
+ | ` z ` + ` click ` | Zoom In |
14
+ | ` z ` + ` ⌥ ` + ` click ` | Zoom Out |
15
+ | ` ⇧ ` + ` 1 ` | Zoom Out All |
16
+ | ` ⇧ ` + ` 2 ` | Zoom Out On Selection |
17
+ | ` f ` | Frame Tool |
18
+ | ` v ` | Move Tool |
19
+ | ` r ` | Rectangle Tool |
20
+ | ` ⌘ ` + ` ⌥ ` + ` k ` | Create Components |
21
+ | ` ⌘ ` + ` g ` | Group |
22
+ | ` ⌘ ` + ` ⌥ ` + ` g ` | Frame Group |
23
+ | ` ⌘ ` + ` ⇧ ` + ` g ` | Ungroup |
24
+ | ` ⌘ ` + ` ⌥ ` + ` c ` | Copy Styles |
25
+ | ` ⌘ ` + ` ⌥ ` + ` v ` | Paste Styles |
26
+
27
+ ### Keyboard Legend
28
+
29
+ | command | option | shift | control | delete |
30
+ | ------- | ------ | ----- | ------- | ------ |
31
+ | ` ⌘ ` | ` ⌥ ` | ` ⇧ ` | ` ⌃ ` | ` ⌫ ` |
23
32
24
33
## Plugins
25
34
Original file line number Diff line number Diff line change 1
1
# MacOS WebDev Setup Tutorial Series
2
2
3
- Instructions for [ CodeWithChu] ( https://www.youtube.com/channel/UCSyosm-WcUPT4LnUIIdqSCw ' Subscribe to CodeWithChu Youtube Channel ') MacOS Web Development Setup Tutorial Series on YouTube Channel .
3
+ Instructions for [ CodeWithChu] ( https://www.youtube.com/channel/UCSyosm-WcUPT4LnUIIdqSCw ' Subscribe to CodeWithChu Youtube Channel ') MacOS Web Development Setup Tutorial Series on YouTube.
4
4
5
5
## Table of Content
6
6
You can’t perform that action at this time.
0 commit comments