/keyboard-shortcuts

Edit better with https://dillinger.io

MIT LicenseMIT

Keyboard Shortcuts

⌃ <- Control

⌥ <- Option aka alt

⌘ <- Command

⇧ <- Shift

Mac Keyboard Shortcuts

Shell

Moving

^A - beginning of the line

^E - end of the line

^/ - undo

Delete

^U - delete everything

^W - delete all left of cursor

^K - delete all right of cursor

stty all - show shortcuts and settings.

VSCode

Cheatsheet

alt+up-arrow - move line up

alt+down-arrow - move line down

Chrome Developer Tools

Guide