From d2b256d8fa4cf7d4da2500c2ad96da83592f3234 Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 27 Dec 2024 03:33:43 +0200 Subject: [PATCH] ghostty: a new config in town --- gui/.config/ghostty/config | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gui/.config/ghostty/config diff --git a/gui/.config/ghostty/config b/gui/.config/ghostty/config new file mode 100644 index 0000000..7cff5c0 --- /dev/null +++ b/gui/.config/ghostty/config @@ -0,0 +1,18 @@ +font-family = Vascadia Code NF +font-size = 14 + +cursor-style = block +cursor-style-blink = false +cursor-color = #d65d0e +shell-integration-features = no-cursor + +theme = GruvboxDark + +keybind = ctrl+g>c=new_tab +keybind = ctrl+g>v=new_split:right +keybind = ctrl+g>s=new_split:down +keybind = ctrl+g>h=goto_split:left +keybind = ctrl+g>j=goto_split:bottom +keybind = ctrl+g>k=goto_split:top +keybind = ctrl+g>l=goto_split:right +keybind = ctrl+g>r=reload_config