Code,
  Commands(regex in vs code)
  & Shortcuts (Program Shortcuts)

78 make individual page for each drop topic, there will be to many here`

terrible letter focus here, and focusing in general

redo

Javascript - code (This Page Opens)

Incrementing / Decrements Letter Focus

ironically this page also need this function

    // This page has really good letter focus cycle
    if(letter == 'c' && !e.metaKey){
        if(!e.shiftKey){
        copyCodes[iCopyCodes].focus()
            iCopyCodes = (iCopyCodes + 1) % copyCodes.length
        } else{
            iCopyCodes = (iCopyCodes - 1 + copyCodes.length) % copyCodes.length
    
        }
        copyCodes[iCopyCodes].focus()
        console.log(iLetter)
    }

CamelCase function

    function toCamelCase(str) {
    return str
    .toLowerCase()
    .replace(/[^a-zA-Z0-9]+(.)/g, (match, chr) => chr.toUpperCase());
    }

VS Code

01

This will find all the console logs in the script in vs code

console\.log\([^)]*\)(.*)

02

Comment middle text

<!--\s*([\s\S]*?)\s*-->

Collapse all HTML groups

(⌘ + K ⌘ + 0 )
or ( ⌘ + D ⌘ + 0 )

deCollapse all HTML groups

(⌘ + K ⌘ + J )

Collapse Long Link Txt

(alt) + z

Select same variable in scope

⌘ + D

HTML Styles Example of letter focus not working
doens't go to home link

01

Use this is HTML <head> if you get 'favicon erro'

<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'></pre>
                        

Make sure internet is connected

Terminal Unix

01

Find any path for file

mdfind "kMDItemCFBundleIdentifier == 'com.microsoft.VSCode'"

02

Comment middle text


                        

git-commands

reset and pull branch (replaces local changes)

git reset --hard
Lorem ipsum dolor sit amet consectetur adipisicing elit. Placeat libero nobis cum odio esse accusamus autem velit ad expedita sequi at totam ea quaerat, natus animi iusto aspernatur commodi mollitia!