更改 IntellIJ 终端以在 copy/pasting 时要求 "Shift"

Change IntellIJ terminal to require "Shift" when copy/pasting

默认情况下,IntelliJ 有 Ctrl + CCtrl + V 设置为 copy/paste 快捷方式。不过,这也适用于终端。

这很奇怪,因为(至少在 Ubuntu 上)几乎 每个其他 终端都使用 Ctrl + Shift + CCtrl + Shift + V 用于 copy/paste 快捷方式(并且 Ctrl + C 发送 SIGINT)。

更改 IntelliJ 设置中的 copy/paste 快捷方式会更改快捷方式 无处不在 ,但我不希望它应用于编辑器(只是终端)。甚至在 IntelliJ 的终端帮助页面中也提到了这种行为; https://www.jetbrains.com/help/idea/terminal-emulator.html

The embedded terminal emulator also inherits the following IDE settings:

  • On the Keymap page, you can configure the copy Ctrl + C and paste Ctrl + V shortcuts.

是否有一些隐藏的设置我没有在某处看到来改变 只是 IntelliJ 终端的 copy/paste 行为?

这是一个已知问题,目前没有解决方法:

  • IDEA-230084 Linux 上的 Idea 终端中,快捷键 Ctrl-C 和 Ctrl-Shift-C 互换