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 id="GotoDeclaration">
<keyboard-shortcut first-keystroke="ctrl g" second-keystroke="d" />
<mouse-shortcut keystroke="control button1" />
</action>
<action id="GotoImplementation">
<keyboard-shortcut first-keystroke="ctrl g" second-keystroke="i" />
@@ -31,6 +32,7 @@
</action>
<action id="GotoSymbol">
<keyboard-shortcut first-keystroke="ctrl g" second-keystroke="s" />
<keyboard-shortcut first-keystroke="ctrl t" />
</action>
<action id="GotoTypeDeclaration">
<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
// command palette (cmd-shift-p / ctrl-shift-p)
{
"project_panel": {
"hide_hidden": true,
"hide_gitignore": false
},
"agent": {
"default_model": {
"provider": "copilot_chat",