From 626847f2f5c6cf74db83e44f201a29a8a17b32dd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 20 Oct 2017 15:43:09 +0530 Subject: [PATCH] Document specifying a different program for pass_selection_to_program --- kitty/kitty.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 5220ae936..0581de3e0 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -218,6 +218,10 @@ map ctrl+shift+v paste_from_clipboard map ctrl+shift+s paste_from_selection map ctrl+shift+c copy_to_clipboard map shift+insert paste_from_selection +# You can also pass the contents of the current selection to any program using +# pass_selection_to_program. By default, the system's open program is used, but +# you can specify your own, for example: +# map ctrl+shift+o pass_selection_to_program firefox map ctrl+shift+o pass_selection_to_program # Scrolling