mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 12:24:08 -06:00
config: add IntelliJ and Zed keybindings and project settings
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user