updates ghostty config
This commit is contained in:
parent
cb2008990d
commit
44e1b85f74
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue