Skip to content

Instantly share code, notes, and snippets.

@ederrafo
Last active March 9, 2020 20:09
Show Gist options
  • Save ederrafo/c70218fd9dfaa1b630d28bd108afd1f8 to your computer and use it in GitHub Desktop.
Save ederrafo/c70218fd9dfaa1b630d28bd108afd1f8 to your computer and use it in GitHub Desktop.
tools IDE

Copy line down

commands are editor.action.copyLinesDownAction and editor.action.copyLinesUpAction

Shift + Alt + DownArrow

Windows: Shift+Alt+Down and Shift+Alt+Up

Mac: Shift+Option+Down and Shift+OptionUp

Linux: Ctrl+Shift+Alt+Down and Ctrl+Shift+Alt+Up (Might need to use numpad Down and Up for Linux)

Move line up/down

Alt + UpArrow Alt + DownArrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment