From 241078e41c9ee52ea13cca7ccbba573b12523543 Mon Sep 17 00:00:00 2001 From: n1jos Date: Wed, 10 Jun 2026 20:22:29 +0200 Subject: [PATCH] add ghostty config --- ghostty/config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ghostty/config diff --git a/ghostty/config b/ghostty/config new file mode 100644 index 0000000..d23670c --- /dev/null +++ b/ghostty/config @@ -0,0 +1,6 @@ +keybind = super+left=goto_split:left +keybind = super+right=goto_split:right +keybind = super+up=goto_split:top +keybind = super+down=goto_split:bottom +unfocused-split-opacity = 0.3 +scrollback-limit = 10000 \ No newline at end of file