blob: 6ea9aac981e8a773fd78f1165550601724b388c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Theme (verify: ghostty +list-themes | grep -i gruvbox)
theme = Gruvbox Dark
# OSC 52 clipboard for zellij (default is "ask" which prompts each time)
clipboard-read = allow
# Window — no decorations (bspwm manages windows)
window-decoration = none
confirm-close-surface = false
resize-overlay = never
# Disable built-in tab/split keybinds (zellij handles multiplexing)
keybind = ctrl+shift+t=unbind
keybind = ctrl+shift+n=unbind
keybind = ctrl+shift+o=unbind
keybind = ctrl+shift+enter=unbind
keybind = ctrl+shift+page_up=unbind
keybind = ctrl+shift+page_down=unbind
# Scroll keybinds (for use outside zellij)
keybind = ctrl+shift+up=scroll_page_lines:-1
keybind = ctrl+shift+down=scroll_page_lines:1
keybind = alt+u=scroll_page_up
keybind = alt+d=scroll_page_down
keybind = alt+g=scroll_to_top
keybind = alt+shift+g=scroll_to_bottom
|