mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 02:24:11 -06:00
config: add IntelliJ keymap management and enable EXA for OpenCode
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user