From ef5fe6d204b1a3a19cdb7f990ff8241f83433568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nemanja=20Zbilji=C4=87?= Date: Fri, 27 Dec 2024 10:05:25 +0100 Subject: [PATCH] add ghostty configuration --- home/private_dot_config/ghostty/config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 home/private_dot_config/ghostty/config diff --git a/home/private_dot_config/ghostty/config b/home/private_dot_config/ghostty/config new file mode 100644 index 0000000..28afbeb --- /dev/null +++ b/home/private_dot_config/ghostty/config @@ -0,0 +1,17 @@ +theme = dracula + +copy-on-select = true + +cursor-style = block +cursor-style-blink = false + +scrollback-limit = 65536 + +# Key bindings +keybind = ctrl+a>n=new_window +keybind = control+option+shift+h=new_split:right +keybind = control+option+shift+v=new_split:down + +# Quick Terminal +keybind = global:command+space=toggle_quick_terminal +quick-terminal-animation-duration = 0.1