Is there a way to use CTRL-C in edit mode as a vim command (exit edit mode) and as a in IDE Command in selection or neutral (to copy text)

I like the vim plugin but one things bugging me. I like using CTRL-C to copy to system clipboard (as opposed to vim buffer). But I still want to be able to easily exit edit mode. NeoVim let me do this by only binding CTRL-C in edit mode. Is there a way to do it in intellij vim aswell?

0

请先登录再写评论。