Opting to keep Darwin setup separate, so will be keeping ghostty config in dotfiles structure now
This commit is contained in:
parent
a4ac24d5a8
commit
ea380a3169
2 changed files with 18 additions and 1 deletions
18
.config/ghostty/config
Normal file
18
.config/ghostty/config
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
background-opacity = 0.8
|
||||
theme = "IC_Orange_PPL"
|
||||
|
||||
mouse-hide-while-typing = true
|
||||
|
||||
keybind = ctrl+n=new_window
|
||||
keybind = ctrl+h=goto_split:left
|
||||
keybind = ctrl+j=goto_split:down
|
||||
keybind = ctrl+k=goto_split:up
|
||||
keybind = ctrl+l=goto_split:right
|
||||
|
||||
keybind = ctrl+d>h=new_split:left
|
||||
keybind = ctrl+d>j=new_split:down
|
||||
keybind = ctrl+d>k=new_split:up
|
||||
keybind = ctrl+d>l=new_split:right
|
||||
keybind = ctrl+d>f=toggle_split_zoom
|
||||
|
||||
window-save-state = always
|
||||
Loading…
Add table
Add a link
Reference in a new issue