moved around dotfiles to focus around nix configuration, as most of my systems already utilize Nix/NixOS in some capacity.
This commit is contained in:
parent
eb01c9561f
commit
890c29afca
28 changed files with 47 additions and 255 deletions
19
nix/hosts/dots/ghostty/config
Executable file
19
nix/hosts/dots/ghostty/config
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
font-family = "Miracode"
|
||||
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+shift+h=new_split:left
|
||||
keybind = ctrl+shift+j=new_split:down
|
||||
keybind = ctrl+shift+k=new_split:up
|
||||
keybind = ctrl+shift+l=new_split:right
|
||||
keybind = ctrl+f=toggle_split_zoom
|
||||
|
||||
window-save-state = always
|
||||
Loading…
Add table
Add a link
Reference in a new issue