File tree Expand file tree Collapse file tree 4 files changed +53
-32
lines changed
Expand file tree Collapse file tree 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
1717
1818| Shortcut | Screen |
1919| -------------------- | ----------- |
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+ | ` ⌘ ` | ` ⌥ ` | ` ⇧ ` | ` ⌃ ` | ` ⌫ ` |
2834
2935## Table of Content
3036
Original file line number Diff line number Diff line change @@ -19,16 +19,22 @@ https://marketplace.visualstudio.com/VSCode
1919
2020Shortcuts I find useful
2121
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+ | ⌘ | ⌥ | ⇧ | ⌃ | ⌫ |
3238
3339## Settings
3440
Original file line number Diff line number Diff line change @@ -7,19 +7,28 @@ https://www.figma.com/
77
88Shortcuts I find useful
99
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+ | ` ⌘ ` | ` ⌥ ` | ` ⇧ ` | ` ⌃ ` | ` ⌫ ` |
2332
2433## Plugins
2534
Original file line number Diff line number Diff line change 11# MacOS WebDev Setup Tutorial Series
22
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.
44
55## Table of Content
66
You can’t perform that action at this time.
0 commit comments