Skip to content

Instantly share code, notes, and snippets.

@seanmodd
Last active March 15, 2022 22:04
Show Gist options
  • Save seanmodd/8ca9f1d475815f55bee04dbd285be3b3 to your computer and use it in GitHub Desktop.
Save seanmodd/8ca9f1d475815f55bee04dbd285be3b3 to your computer and use it in GitHub Desktop.

Best Navigation Shortcuts

Advanced Controls

Code block navigation

Control Shortcut
Move to code block above ctrl + ⌥ + up
Move to code block below ctrl + ⌥ + down
Component navigation

Control Shortcut
Move to start of last or current component ctrl + a
Move to next component attribute ctrl + d
Move to beginning of component ctrl + w
Move to end of component ctrl + s

More Advanced Controls

Go through any commas and periods

Control Shortcut
Move to next right comma ⌥ + >
Highlight next right comma ⇧ + ⌥ + >
Move to prior left comma ⌥ + <
Highlight last left comma ⇧ + ⌥ + <
Go through any single or double quotes

Control Shortcut
Move to next right quote ⌥ + "
Highlight next right quote ⇧ + ⌥ + "
Move to prior left quote ⌥ + :
Highlight last left quote ⇧ + ⌥ + :
Move to next right quote ⌥ + k
Highlight next right quote ⇧ + ⌥ + k
Move to prior left quote ⌥ + j
Highlight last left quote ⇧ + ⌥ + j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment