From 50e80ce5865c3815aa57d9ddfec430d996a2b1e3 Mon Sep 17 00:00:00 2001 From: mattia Date: Thu, 15 Aug 2024 14:53:27 +0200 Subject: [PATCH] Disable copy on select --- config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.kdl b/config.kdl index 467fd9d..c438bfe 100644 --- a/config.kdl +++ b/config.kdl @@ -330,7 +330,7 @@ serialize_pane_viewport true // Enable or disable automatic copy (and clear) of selection when releasing mouse // Default: true // -// copy_on_select false +copy_on_select false // Path to the default editor to use to edit pane scrollbuffer // Default: $EDITOR or $VISUAL