Skip to content

Instantly share code, notes, and snippets.

@darnocer
Last active June 28, 2022 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darnocer/29d4f5c5ea17bbc50633d9975533cdae to your computer and use it in GitHub Desktop.
Save darnocer/29d4f5c5ea17bbc50633d9975533cdae to your computer and use it in GitHub Desktop.
Useful AHK Shortcut

Useful AHK Script for VS Code

Use the following script to add a semi-colon to the end of the line, and jump to the next line when hitting Enter

!Enter::Send, {End};{Return}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment