config: add IntelliJ and Zed keybindings and project settings

This commit is contained in:
2026-01-24 15:17:33 -06:00
parent 0d3772de81
commit 0a097effba
2 changed files with 6 additions and 0 deletions
@@ -22,6 +22,7 @@
</action> </action>
<action id="GotoDeclaration"> <action id="GotoDeclaration">
<keyboard-shortcut first-keystroke="ctrl g" second-keystroke="d" /> <keyboard-shortcut first-keystroke="ctrl g" second-keystroke="d" />
<mouse-shortcut keystroke="control button1" />
</action> </action>
<action id="GotoImplementation"> <action id="GotoImplementation">
<keyboard-shortcut first-keystroke="ctrl g" second-keystroke="i" /> <keyboard-shortcut first-keystroke="ctrl g" second-keystroke="i" />
@@ -31,6 +32,7 @@
</action> </action>
<action id="GotoSymbol"> <action id="GotoSymbol">
<keyboard-shortcut first-keystroke="ctrl g" second-keystroke="s" /> <keyboard-shortcut first-keystroke="ctrl g" second-keystroke="s" />
<keyboard-shortcut first-keystroke="ctrl t" />
</action> </action>
<action id="GotoTypeDeclaration"> <action id="GotoTypeDeclaration">
<keyboard-shortcut first-keystroke="ctrl g" second-keystroke="t" /> <keyboard-shortcut first-keystroke="ctrl g" second-keystroke="t" />
+4
View File
@@ -7,6 +7,10 @@
// custom settings, run `zed: open default settings` from the // custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p) // command palette (cmd-shift-p / ctrl-shift-p)
{ {
"project_panel": {
"hide_hidden": true,
"hide_gitignore": false
},
"agent": { "agent": {
"default_model": { "default_model": {
"provider": "copilot_chat", "provider": "copilot_chat",