Skip to content

Instantly share code, notes, and snippets.

@DraTeots
Created July 7, 2022 21:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save DraTeots/77deb297adc18b536923297d4e79b161 to your computer and use it in GitHub Desktop.
VSCode Linux middle button column select and right button copy paste

VSCode Linux middle button column select, right button copy paste

What is configured:

  1. Middle mouse button is used for column selection
  2. Right mouse button is used for copy/paste
  3. Context menu is triggered by shift+right button

Visual Studio Code settings:

editor.selectionClipboard: false
terminal.integrated.rightClickBehavior: copyPaste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment