35 lines
901 B
Plaintext
35 lines
901 B
Plaintext
theme = "catppuccin-mocha"
|
|
window-width = 9999
|
|
window-height = 9999
|
|
|
|
# unbind resize split
|
|
keybind = super+ctrl+down=unbind
|
|
keybind = super+ctrl+left=unbind
|
|
keybind = super+ctrl+up=unbind
|
|
keybind = super+ctrl+right=unbind
|
|
|
|
# unbind clear_window
|
|
keybind = super+k=unbind
|
|
|
|
# unbind goto split
|
|
keybind = super+alt+right=unbind
|
|
keybind = super+alt+down=unbind
|
|
keybind = super+alt+left=unbind
|
|
keybind = super+alt+up=unbind
|
|
|
|
keybind = super+alt+k=new_split:down
|
|
keybind = super+alt+l=new_split:right
|
|
|
|
keybind = super+j=goto_split:up
|
|
keybind = super+k=goto_split:down
|
|
keybind = super+h=goto_split:left
|
|
keybind = super+l=goto_split:right
|
|
|
|
keybind = super+shift+j=resize_split:up,10
|
|
keybind = super+shift+k=resize_split:down,10
|
|
keybind = super+shift+h=resize_split:left,10
|
|
keybind = super+shift+l=resize_split:right,10
|
|
|
|
# https://ghostty.org/docs/config/reference#scrollback-limit
|
|
scrollback-limit = 100000000
|