Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change copy and paste shortcuts for Terminal in VS Code Ubuntu

I'm using VS Code on Ubuntu and by default, shortcuts for copy and past in Terminal are Ctrl + Shift + C and Ctrl + Shift + V. Is there any way to change these combinations?

Thanks!

like image 485
knl Avatar asked Sep 19 '25 08:09

knl


1 Answers

  1. Click the settings icon in the bottom left corner of VSCode.

  2. Click "Keyboard Shortcuts".

  3. Type "Terminal: Copy" in the search bar.

  4. Click the pencil icon and enter your preferred keyboard shortcut

  5. Repeat by searching for Terminal: Paste

like image 173
senpai Avatar answered Sep 23 '25 05:09

senpai