From: Alexander Goussas Date: Tue, 14 Apr 2026 03:32:41 +0000 (-0500) Subject: configure keybindings for ghostty X-Git-Url: http://git.frustrated-labs.net/?a=commitdiff_plain;h=a739c19c4ec89ea3606da54346700cd1eddbbad8;p=dotfiles.git configure keybindings for ghostty --- diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index 94bfcc3..d9df56a 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -1,24 +1,42 @@ +theme = Sakura +copy-on-select = true +adjust-cell-height = 10 +quit-after-last-window-closed = true + +# ==== Font +# font-family = Hasklug Nerd Font Mono -# font-family = Cartograph CF -# font-family = OverpassM Nerd Font Mono -# font-family = SF Mono -# font-family = Monaspace Neon NF font-size = 15 + +# ==== Cursor +# cursor-style = block cursor-style-blink = true + maximize = true window-padding-x = 5 window-padding-y = 5 -theme = Sakura mouse-hide-while-typing = true -background-opacity = 0.98 -#background-blur = macos-glass-regular unfocused-split-opacity = 1 -copy-on-select = true -adjust-cell-height = 10 -quit-after-last-window-closed = true -#shell-integration-features = ssh-terminfo + +# ==== Background image +# +background-opacity = 0.98 background-image = /Users/alexandergoussas/Pictures/wallpaper.png background-image-fit = cover background-image-opacity = 0.02 background-image-position = center + +# ==== Keybindings +# +keybind = super+alt+h=goto_split:left +keybind = super+alt+j=goto_split:down +keybind = super+alt+k=goto_split:up +keybind = super+alt+l=goto_split:right + +keybind = super+ctrl+h=resize_split:left,10 +keybind = super+ctrl+j=resize_split:down,10 +keybind = super+ctrl+k=resize_split:up,10 +keybind = super+ctrl+l=resize_split:right,10 + +