Skip to content

Instantly share code, notes, and snippets.

@ChechoCZ
Created April 26, 2019 01:57
Show Gist options
  • Save ChechoCZ/63a868dd145b0b6de5008b68ebf261de to your computer and use it in GitHub Desktop.
Save ChechoCZ/63a868dd145b0b6de5008b68ebf261de to your computer and use it in GitHub Desktop.
Modify the keybindings.json from Keyboard Settings in order to get duplicate lines to work on Linux Mint.
{ "key": "shift+alt+down", "command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus" },
{ "key": "shift+alt+up", "command": "editor.action.copyLinesUpAction",
"when": "editorTextFocus" },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment