ghostty
This commit is contained in:
@@ -1 +1,46 @@
|
||||
# style
|
||||
theme = catppuccin-latte
|
||||
window-decoration = false
|
||||
window-padding-x = 0
|
||||
window-padding-y = 0
|
||||
window-padding-color = extend
|
||||
custom-shader-animation = true
|
||||
|
||||
# font
|
||||
font-family = "FiraCode Nerd Font Mono"
|
||||
font-family-italic = "VictorMono Nerd Font mono Oblique"
|
||||
font-family-bold-italic = "VictorMono Nerd Font mono Bold Oblique"
|
||||
|
||||
|
||||
clipboard-read= allow
|
||||
clipboard-write = allow
|
||||
|
||||
# keybinds
|
||||
keybind = unconsumed:ctrl+enter=ignore
|
||||
|
||||
# keybinds:fontsize
|
||||
keybind = ctrl+shift+plus=increase_font_size:2
|
||||
keybind = ctrl+shift+minus=decrease_font_size:2
|
||||
|
||||
# keybinds:tabs
|
||||
keybind = alt+u=previous_tab
|
||||
keybind = alt+i=next_tab
|
||||
|
||||
# keybinds:splits
|
||||
keybind = alt+t=new_tab
|
||||
keybind = alt+enter=new_split:auto
|
||||
keybind = alt+v=new_split:right
|
||||
keybind = alt+s=new_split:down
|
||||
keybind = alt+z=toggle_split_zoom
|
||||
|
||||
# keybinds:splits:move
|
||||
keybind = alt+h=goto_split:left
|
||||
keybind = alt+j=goto_split:top
|
||||
keybind = alt+k=goto_split:bottom
|
||||
keybind = alt+l=goto_split:right
|
||||
|
||||
# keybinds:splits:resize
|
||||
keybind = alt+shift+h=resize_split:left,20
|
||||
keybind = alt+shift+j=resize_split:down,20
|
||||
keybind = alt+shift+k=resize_split:up,20
|
||||
keybind = alt+shift+l=resize_split:right,20
|
||||
|
||||
Reference in New Issue
Block a user