From 579f7d19b5def996c109206cc50826565d60c1f1 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Thu, 17 Apr 2025 10:00:00 -0400 Subject: [PATCH] 2025-04-17 --- scripts/open-in-ghostty.sh | 3 +++ zed_config/settings.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/open-in-ghostty.sh b/scripts/open-in-ghostty.sh index e69de29..c319196 100644 --- a/scripts/open-in-ghostty.sh +++ b/scripts/open-in-ghostty.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +open -a "Ghostty" "$PWD" diff --git a/zed_config/settings.json b/zed_config/settings.json index 33df9b6..fff6c14 100644 --- a/zed_config/settings.json +++ b/zed_config/settings.json @@ -3,7 +3,7 @@ "dock": null, "button": false }, - "icon_theme": "Phosphor Icons Theme", + "icon_theme": "Charmed Icons", "show_user_picture": false, "show_edit_predictions": true, "base_keymap": "VSCode", @@ -58,7 +58,7 @@ "show": "never" }, "cursor_shape": "underline", - "scroll_beyond_last_line": "vertical_scroll_margin", + // "scroll_beyond_last_line": "vertical_scroll_margin", "vertical_scroll_margin": 18, "ui_font_family": ".SystemUIFont", "ui_font_size": 16,