feat: zellij xclip and scrolls

This commit is contained in:
Piyush Raj Mishra 2026-02-05 15:35:27 +05:30
parent dd16033f95
commit 89af066859
1 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@ keybinds clear-defaults=true {
bind "Alt down" { MoveFocus "down"; }
bind "Alt up" { MoveFocus "up"; }
bind "Alt right" { MoveFocusOrTab "right"; }
bind "PageDown" { PageScrollDown; }
bind "PageUp" { PageScrollUp; }
bind "Ctrl PageDown" { PageScrollDown; }
bind "Ctrl PageUp" { PageScrollUp; }
}
pane {
bind "left" { MoveFocus "left"; }
@ -387,7 +387,7 @@ on_force_close "quit"
// that will be used by default if this option is not set.
// Examples:
//
// copy_command "xclip -selection clipboard" // x11
copy_command "xclip -selection clipboard" // x11
// copy_command "wl-copy" // wayland
// copy_command "pbcopy" // osx
//