From 03f692fed8add2976e007da4f96b050a4afc5cac Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 4 Jun 2019 13:48:34 +0530 Subject: [PATCH] Make it clear what pass_selection_to_program does --- kitty/config_data.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/config_data.py b/kitty/config_data.py index 4f1444a4f..79e6a98e6 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -992,7 +992,8 @@ k('paste_from_selection', 'shift+insert', 'paste_from_selection', _('Paste from k('pass_selection_to_program', 'kitty_mod+o', 'pass_selection_to_program', _('Pass selection to program'), long_text=_(''' You can also pass the contents of the current selection to any program using :code:`pass_selection_to_program`. By default, the system's open program is used, but -you can specify your own, for example:: +you can specify your own, the selection will be passed as a command line argument to the program, +for example:: map kitty_mod+o pass_selection_to_program firefox