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