Mac Essential Shortcuts
Windows Nav / Manage
1. See All Current App Windows
get text right below here and video floating to right
Opens All the Windows for the Current Application opened
⌃ 'control' + ↓ 'down arrow'
MAybe but shorcut in code-cmd and name that class='s hortcut'
You can also press control then tab to change apps while seeing all windows
⌃ 'control' + ⇥ 'tab'
Mac Essential Shortcuts
-
1. Window nav / manage
-
Command + Shift + D
-
vestigial pre element for code
-
-
2️⃣ Bring the directory from draft into main
-
git checkout draft -- path/to/your-directory
-
-
Restore OS (operating system)
1
FIND CODE IN CONVO
CamelCase function
function toCamelCase(str) {
return str
.toLowerCase()
.replace(/[^a-zA-Z0-9]+(.)/g, (match, chr) => chr.toUpperCase());
}