This commit is contained in:
elkowar 2024-12-05 19:11:16 +01:00
parent b2ea9d77be
commit 3f9f36ef4d
Signed by: ElKowar
GPG key ID: 862BA3D7D7760F13
3 changed files with 12 additions and 0 deletions

8
eggs/foot/yolk_templates Normal file
View file

@ -0,0 +1,8 @@
.config/foot/foot.ini
.config/foot/foot.ini
.config/foot/foot.ini
.config/foot/foot.ini
.config/foot/foot.ini
.config/foot/foot.ini
.config/foot/foot.ini
.config/foot/foot.ini

View file

@ -42,6 +42,9 @@
{ {
"context": "MarkdownPreview || EmptyPane || Editor && VimControl && !VimWaiting && !menu", "context": "MarkdownPreview || EmptyPane || Editor && VimControl && !VimWaiting && !menu",
"bindings": { "bindings": {
"z space": "editor::FoldFunctionBodies",
"z enter": "editor::UnfoldAll",
"space b c": "pane::CloseActiveItem", "space b c": "pane::CloseActiveItem",
":": "command_palette::Toggle", ":": "command_palette::Toggle",
"space p": "file_finder::Toggle", "space p": "file_finder::Toggle",

View file

@ -1,5 +1,6 @@
{ {
"auto_signature_help": false, "auto_signature_help": false,
// "unstable.ui_density": "null",
"assistant": { "assistant": {
"default_model": { "default_model": {
"provider": "copilot_chat", "provider": "copilot_chat",