Skip to content

scottnixonjr/keyboard-shortcuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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