So far everything works. Committing before a possible fuckup
This commit is contained in:
parent
4a2a081d91
commit
ebb5f51a86
7 changed files with 480 additions and 0 deletions
24
dotfiles/ghostty/config
Normal file
24
dotfiles/ghostty/config
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
font-family = Monocraft Nerd Font
|
||||
background-opacity = 0.8
|
||||
theme = IC Orange PPL
|
||||
|
||||
mouse-hide-while-typing = true
|
||||
|
||||
keybind = super+n=new_window
|
||||
keybind = super+h=goto_split:left
|
||||
keybind = super+j=goto_split:down
|
||||
keybind = super+k=goto_split:top
|
||||
keybind = super+l=goto_split:right
|
||||
|
||||
keybind = super+a>h=new_split:left
|
||||
keybind = super+a>j=new_split:down
|
||||
keybind = super+a>k=new_split:up
|
||||
keybind = super+a>l=new_split:right
|
||||
keybind = super+a>f=toggle_split_zoom
|
||||
|
||||
keybind = super+a>n=next_tab
|
||||
keybind = super+a>p=previous_tab
|
||||
|
||||
keybind = super+r=reload_config
|
||||
|
||||
window-save-state = always
|
||||
Loading…
Add table
Add a link
Reference in a new issue