From fd51ecd814ae255ea66cba34cbe981a4f4f37c5e Mon Sep 17 00:00:00 2001 From: turtlebasket Date: Wed, 21 Jan 2026 15:03:06 -0800 Subject: [PATCH] ghostty --- config/ghostty/config | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 config/ghostty/config diff --git a/config/ghostty/config b/config/ghostty/config new file mode 100644 index 0000000..f43c7f7 --- /dev/null +++ b/config/ghostty/config @@ -0,0 +1,30 @@ +# ~/.config/ghostty/config + +# look & feel +theme = Brogrammer +font-family = MesloLGS NF +font-size = 13 +cursor-style = block +shell-integration-features = no-cursor +window-width = 152 +window-height = 48 +term = xterm-256color + +# window-inherit-working-directory = false + +# binds +keybind = cmd+,=open_config + +keybind = cmd+b>shift+'=new_split:down +keybind = cmd+b>shift+5=new_split:right + +keybind = cmd+b>right=goto_split:right +keybind = cmd+b>left=goto_split:left +keybind = cmd+b>up=goto_split:up +keybind = cmd+b>down=goto_split:down + +keybind = cmd+b>l=goto_split:right +keybind = cmd+b>h=goto_split:left +keybind = cmd+b>k=goto_split:up +keybind = cmd+b>j=goto_split:down +