HyunCafe/my-javascript-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Primarily personal reminders, commit messages in git may lack detail

VS Code



JavaScript








HTML


CSS

[Constraint Validations](https://developer.mozilla.org/en-US/docs/Web/HTML/Constraint_validation)

ActionWindows/Linux ShortcutMac Shortcut
Move line(s) up/downAlt + ↑/↓Option + ↑/↓
Copy line(s) up/downShift + Alt + ↑/↓Shift + Option + ↑/↓
Delete line(s)Ctrl + Shift + KCommand + Shift + K
Comment/uncomment line(s)Ctrl + /Command + /
Indent/unindent line(s)Ctrl + ]/[Command + ]/[
Move cursor to beginning/end of lineHome/EndHome/End
Move cursor to beginning/end of fileCtrl + Home/EndCommand + Home/End
Select line(s)Ctrl + LCommand + L
Select all instances of a wordCtrl + Shift + LCommand + Shift + L
Duplicate line(s)Shift + Alt + ↑/↓Shift + Option + ↑/↓