From 3f9f36ef4d8c0776851910fa1884a0ea43f7bb7d Mon Sep 17 00:00:00 2001 From: elkowar Date: Thu, 5 Dec 2024 19:11:16 +0100 Subject: [PATCH] Stuff --- eggs/foot/yolk_templates | 8 ++++++++ eggs/zed/.config/zed/keymap.json | 3 +++ eggs/zed/.config/zed/settings.json | 1 + 3 files changed, 12 insertions(+) create mode 100644 eggs/foot/yolk_templates diff --git a/eggs/foot/yolk_templates b/eggs/foot/yolk_templates new file mode 100644 index 0000000..5adbc9f --- /dev/null +++ b/eggs/foot/yolk_templates @@ -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 \ No newline at end of file diff --git a/eggs/zed/.config/zed/keymap.json b/eggs/zed/.config/zed/keymap.json index b442837..f241ec7 100644 --- a/eggs/zed/.config/zed/keymap.json +++ b/eggs/zed/.config/zed/keymap.json @@ -42,6 +42,9 @@ { "context": "MarkdownPreview || EmptyPane || Editor && VimControl && !VimWaiting && !menu", "bindings": { + "z space": "editor::FoldFunctionBodies", + "z enter": "editor::UnfoldAll", + "space b c": "pane::CloseActiveItem", ":": "command_palette::Toggle", "space p": "file_finder::Toggle", diff --git a/eggs/zed/.config/zed/settings.json b/eggs/zed/.config/zed/settings.json index b7bf586..888c520 100644 --- a/eggs/zed/.config/zed/settings.json +++ b/eggs/zed/.config/zed/settings.json @@ -1,5 +1,6 @@ { "auto_signature_help": false, + // "unstable.ui_density": "null", "assistant": { "default_model": { "provider": "copilot_chat",