config: add IntelliJ keymap management and enable EXA for OpenCode

This commit is contained in:
2026-01-23 14:44:52 -06:00
parent 711e676242
commit e782ba2e6b
4 changed files with 68 additions and 0 deletions
@@ -0,0 +1,21 @@
<keymap version="1" name="Primary" parent="VSCode">
<action id="Back">
<mouse-shortcut keystroke="button4" />
</action>
<action id="FileChooser.NewFile" />
<action id="Forward">
<mouse-shortcut keystroke="button5" />
</action>
<action id="NextOccurence">
<keyboard-shortcut first-keystroke="shift ctrl n" />
<keyboard-shortcut first-keystroke="ctrl n" />
</action>
<action id="NextTab">
<keyboard-shortcut first-keystroke="ctrl page_down" />
<keyboard-shortcut first-keystroke="alt right" />
</action>
<action id="PreviousTab">
<keyboard-shortcut first-keystroke="ctrl page_up" />
<keyboard-shortcut first-keystroke="alt left" />
</action>
</keymap>