Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 672 Bytes

4-emmet.md

File metadata and controls

26 lines (15 loc) · 672 Bytes

Emmet Shortcuts

option + [arrow keys]

  • Move up/down the line of code you’re on

option + shift + [arrow keys]

  • Duplicates the line of code you’re on (copies it below)

option + command + [arrow keys]

  • Gives you one cursor to make multi-line changes
  • Super helpful for formatting giant objects

Highlight a keyword, then command + d

  • Selects multiple instances to edit at same time

Right click on file name, select "copy relative path"

  • Or command + k + shift + option + command + c 😅
  • Relative path to that file