From 89af066859938743ce487d3df0cb352b01c37b1b Mon Sep 17 00:00:00 2001 From: Piyush Raj Mishra Date: Thu, 5 Feb 2026 15:35:27 +0530 Subject: [PATCH] feat: zellij xclip and scrolls --- zellij/config.kdl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zellij/config.kdl b/zellij/config.kdl index d04c695..c02b3fc 100644 --- a/zellij/config.kdl +++ b/zellij/config.kdl @@ -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 //