1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-03-02 07:22:33 +01:00

Make ideavim work with Ctrl+C and Ctrl+V

This commit is contained in:
Oleg Shpynov 2012-03-20 01:07:21 +04:00
parent 1f122de5c8
commit d6797aaf1b

View File

@ -2,12 +2,15 @@
<keymap version="1" name="Vim" disable-mnemonics="false" parent="$default">
<action id="$Copy">
<keyboard-shortcut first-keystroke="control INSERT" />
<keyboard-shortcut first-keystroke="control C" />
</action>
<action id="$Cut">
<keyboard-shortcut first-keystroke="shift DELETE" />
<keyboard-shortcut first-keystroke="control X" />
</action>
<action id="$Paste">
<keyboard-shortcut first-keystroke="shift INSERT" />
<keyboard-shortcut first-keystroke="control V" />
</action>
<action id="$Redo">
<keyboard-shortcut first-keystroke="shift alt BACK_SPACE" />