From 6aa2a7f99dd66f0b18a4e45acdfe1c9d914e9e0f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 9 Apr 2023 09:08:34 +0530 Subject: [PATCH] ... --- kitty/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 526d6e2c0..4a80eadb4 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -523,7 +523,7 @@ The supported paste actions are: If the text being pasted is a URL and the cursor is at a shell prompt, automatically quote the URL (needs :opt:`shell_integration`). :code:`confirm`: - Confirm the paste if bracketed paste mode is not active or there is more + Confirm the paste if bracketed paste mode is not active or there is a large amount of text being pasted. :code:`filter`: Run the filter_paste() function from the file :file:`paste-actions.py` in