diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2025-05-28 16:32:37 -0400 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2025-05-28 16:39:42 -0400 |
| commit | bac4487c9db82cce5e9f223e7843095df19b04a7 (patch) | |
| tree | caa4813f9675e90733938092cdfbeec5363fc6c6 /.config/ghostty | |
| parent | 2ea5ad32b3d33811de04ce7ec432beb00eef3cc6 (diff) | |
some things
Diffstat (limited to '.config/ghostty')
| -rw-r--r-- | .config/ghostty/config | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.config/ghostty/config b/.config/ghostty/config index d401ac1..6ce03f0 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -1,4 +1,4 @@ -command = /usr/bin/fish +command = /opt/homebrew/bin/fish click-repeat-interval = 500 auto-update-channel = tip @@ -9,10 +9,15 @@ background = #062625 selection-invert-fg-bg = true window-theme = dark -window-decoration = false +window-decoration = true cursor-text = #2c4e6c cursor-color = #90ee90 +keybind = ctrl+up=goto_split:up +keybind = ctrl+down=goto_split:down +keybind = ctrl+left=goto_split:left +keybind = ctrl+right=goto_split:right + font-size = 13 font-family = FiraMono |
