mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Make it clear what pass_selection_to_program does
This commit is contained in:
@@ -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=_('''
|
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
|
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
|
: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
|
map kitty_mod+o pass_selection_to_program firefox
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user