From fc94dfb5644e439991694e2c5cada01fd56b9a12 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Wed, 19 Mar 2025 10:00:01 -0400 Subject: [PATCH] 2025-03-19 --- misc_config/ghostty | 4 ++-- zed_config/keymap.json | 7 +------ zed_config/settings.json | 9 ++++++--- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/misc_config/ghostty b/misc_config/ghostty index f86f6f0..ecd981c 100644 --- a/misc_config/ghostty +++ b/misc_config/ghostty @@ -1,4 +1,4 @@ -theme = dark:catppuccin-mocha,light:AtomOneLight +theme = dark:GruvboxDarkHard,light:AtomOneLight cursor-style = underline shell-integration-features = no-cursor @@ -14,5 +14,5 @@ window-width = 100 window-padding-x = 5 window-padding-y = 5 window-padding-balance = true -background-opacity = 0.9 +background-opacity = 0.95 background-blur = true diff --git a/zed_config/keymap.json b/zed_config/keymap.json index 457871f..f70c198 100644 --- a/zed_config/keymap.json +++ b/zed_config/keymap.json @@ -207,6 +207,7 @@ "context": "Editor && mode == full && edit_prediction", "use_key_equivalents": true, "bindings": { + "tab": "editor::AcceptEditPrediction", "alt-tab": "editor::NextEditPrediction", "alt-shift-tab": "editor::PreviousEditPrediction", "ctrl-cmd-right": "editor::AcceptPartialEditPrediction" @@ -544,12 +545,6 @@ "tab": "editor::ConfirmCompletion" } }, - { - "context": "Editor && edit_prediction && !showing_completions", - "bindings": { - "tab": "editor::ConfirmCompletion" - } - }, { "context": "Editor && showing_code_actions", "bindings": { diff --git a/zed_config/settings.json b/zed_config/settings.json index c610351..7343c72 100644 --- a/zed_config/settings.json +++ b/zed_config/settings.json @@ -19,10 +19,11 @@ "dock": "bottom" }, "edit_predictions": { - "mode": "eager" + "disabled_globs": [".md"], + "mode": "subtle" }, "features": { - "edit_prediction_provider": "none" + "edit_prediction_provider": "copilot" }, "collaboration_panel": { "button": false @@ -37,7 +38,7 @@ "theme": { "mode": "system", "light": "One Light", - "dark": "Catppuccin Mocha" + "dark": "Gruvbox Dark" }, "scrollbar": { "show": "never" @@ -51,6 +52,7 @@ "buffer_font_family": "Rec Mono Linear", "buffer_font_size": 13, "terminal": { + "dock": "bottom", "font_family": "Rec Mono Casual", "font_fallbacks": ["FiraCode Nerd Font Mono"] }, @@ -85,6 +87,7 @@ } }, "project_panel": { + "dock": "left", "indent_size": 10, "auto_fold_dirs": false },