updates ghostty config

This commit is contained in:
Dennis Schoepf 2025-11-25 23:13:47 +01:00
parent cb2008990d
commit 44e1b85f74

View file

@ -18,6 +18,8 @@
copy-on-select = true;
shell-integration-features = true;
scrollback-limit = 100000;
link-url = true;
link-previews = true;
background = "#0f0b15";
foreground = "#ffffff";
cursor-color = "#d369af";
@ -43,6 +45,8 @@
];
keybind = [
"ctrl+b>s=new_split:auto"
"ctrl+b>-=new_split:down"
"ctrl+b>|=new_split:right"
"ctrl+b>h=goto_split:left"
"ctrl+b>j=goto_split:down"
"ctrl+b>k=goto_split:up"