From 78aaa6764a14200bd9514b5a86af585c4e00568a Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Thu, 6 Feb 2025 13:49:55 -0300 Subject: [PATCH] feat: use system clipboard on zellij --- modules/home-manager/devenv-zellij-config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/devenv-zellij-config.kdl b/modules/home-manager/devenv-zellij-config.kdl index fca2d10..eccf378 100644 --- a/modules/home-manager/devenv-zellij-config.kdl +++ b/modules/home-manager/devenv-zellij-config.kdl @@ -345,7 +345,7 @@ scrollback_lines_to_serialize 0 // - system (default) // - primary // -copy_clipboard "primary" +copy_clipboard "system" // Enable or disable automatic copy (and clear) of selection when releasing mouse // Default: true