diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2025-08-23 10:34:55 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2025-08-23 10:34:55 +0200 |
| commit | eb7c55e9dc97524cca7c5b6a268cd66af147b12e (patch) | |
| tree | 42b6b1a063547f4cc82530b76f46bd7811c9f027 /ghostty | |
| parent | 04673a4d56f05ff14b32941ae37e6261e1ada777 (diff) | |
| download | dotfiles-eb7c55e9dc97524cca7c5b6a268cd66af147b12e.tar.gz dotfiles-eb7c55e9dc97524cca7c5b6a268cd66af147b12e.zip | |
feat: improve shell experience with vi-mode
Diffstat (limited to 'ghostty')
| -rw-r--r-- | ghostty/.config/ghostty/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index 9fb1770..0743e2d 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -1,2 +1,8 @@ theme = tokyonight-storm +window-padding-x = 12 +window-padding-y = 12 +window-decoration = true +window-theme = "dark" +window-inherit-working-directory = true +window-inherit-font-size = true |
