27 lines
878 B
Plaintext
27 lines
878 B
Plaintext
// ┌──────────────────────────────────────────────────────────┐
|
|
// │ PLACEHOLDER — replace with your actual Zellij config │
|
|
// │ This file is managed by Chezmoi. │
|
|
// │ Edit the source: chezmoi edit ~/.config/zellij/config.kdl │
|
|
// └──────────────────────────────────────────────────────────┘
|
|
|
|
// Theme — uncomment one or define custom below
|
|
// theme "catppuccin-mocha"
|
|
// theme "dracula"
|
|
// theme "tokyo-night"
|
|
|
|
// Default shell
|
|
default_shell "fish"
|
|
|
|
// UI
|
|
pane_frames true
|
|
default_layout "compact"
|
|
|
|
// Mouse
|
|
mouse_mode true
|
|
|
|
// Copy
|
|
copy_on_select true
|
|
|
|
// Scrollback
|
|
scroll_buffer_size 10000
|