1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-05 00:34:04 +02:00

Enable the new way of action execution by default

This commit is contained in:
Alex Plate 2025-03-04 15:37:54 +02:00
parent f88a1cbe06
commit 681cef1d69
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -133,7 +133,7 @@
implementation="com.maddyhome.idea.vim.listener.VimListenerManager$VimDocumentListener"/>
<registryKey defaultValue="true" description="Enable IdeaVim only in editor component and project tree"
key="ideavim.only.in.editor.component"/>
<registryKey defaultValue="true" description="Old action execution mechanism" key="ideavim.old.action.execution"
<registryKey defaultValue="false" description="Old action execution mechanism" key="ideavim.old.action.execution"
restartRequired="false"/>
</extensions>