affinity working!
This commit is contained in:
parent
0a72c12efc
commit
56612b2779
5 changed files with 424 additions and 74 deletions
30
dotfiles/dot_config/ghostty/config
Normal file
30
dotfiles/dot_config/ghostty/config
Normal file
|
@ -0,0 +1,30 @@
|
|||
command = /home/emenel/.nix-profile/bin/fish --login --interactive
|
||||
shell-integration = fish
|
||||
shell-integration-features = true
|
||||
|
||||
theme = Adventure
|
||||
|
||||
font-family = "JetBrains Mono"
|
||||
font-size = 12
|
||||
background = 111111
|
||||
selection-foreground = ffffff
|
||||
selection-background = 444444
|
||||
bold-is-bright = true
|
||||
cursor-style = bar
|
||||
adjust-cursor-thickness = 2
|
||||
resize-overlay = never
|
||||
cursor-click-to-move = true
|
||||
|
||||
clipboard-paste-protection = true
|
||||
|
||||
keybind = ctrl+t=new_tab
|
||||
keybind = ctrl+w=close_surface
|
||||
keybind = ctrl+enter=new_split:down
|
||||
keybind = ctrl+shift+enter=new_split:right
|
||||
keybind = ctrl+alt+enter=equalize_splits
|
||||
keybind = ctrl+alt+z=toggle_split_zoom
|
||||
keybind = ctrl+alt+left=previous_tab
|
||||
keybind = ctrl+alt+right=next_tab
|
||||
keybind = ctrl+alt+up=goto_split:left
|
||||
keybind = ctrl+alt+down=goto_split:right
|
||||
keybind = ctrl+backspace=text:\x1b\x7f
|
Loading…
Add table
Add a link
Reference in a new issue