chore: update ghostty config
This commit is contained in:
parent
45229d236d
commit
f47e1eaa25
1 changed files with 6 additions and 2 deletions
|
@ -13,7 +13,7 @@ theme = "detuned"
|
|||
# Cursor
|
||||
cursor-style = "block"
|
||||
mouse-hide-while-typing = true
|
||||
background-opacity = 1
|
||||
background-opacity = 0.9
|
||||
background-blur = 10
|
||||
unfocused-split-opacity = 1
|
||||
|
||||
|
@ -26,13 +26,17 @@ macos-option-as-alt = left
|
|||
|
||||
### Keybinds
|
||||
# Splits
|
||||
keybind = ctrl+a>v=new_split:right
|
||||
keybind = ctrl+a>v=new_split:left
|
||||
keybind = ctrl+a>n=new_split:down
|
||||
keybind = ctrl+a>z=toggle_split_zoom
|
||||
keybind = alt+h=goto_split:left
|
||||
keybind = alt+l=goto_split:right
|
||||
keybind = alt+j=goto_split:down
|
||||
keybind = alt+k=goto_split:up
|
||||
keybind = ctrl+a>l=resize_split:right,60
|
||||
keybind = ctrl+a>h=resize_split:left,60
|
||||
keybind = ctrl+a>j=resize_split:down,60
|
||||
keybind = ctrl+a>k=resize_split:up,60
|
||||
# Tabs
|
||||
keybind = cmd+t=new_tab
|
||||
keybind = cmd+w=close_tab
|
||||
|
|
Loading…
Add table
Reference in a new issue