Document specifying a different program for pass_selection_to_program

This commit is contained in:
Kovid Goyal 2017-10-20 15:43:09 +05:30
parent 6b8d38e4b9
commit 626847f2f5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -218,6 +218,10 @@ map ctrl+shift+v paste_from_clipboard
map ctrl+shift+s paste_from_selection map ctrl+shift+s paste_from_selection
map ctrl+shift+c copy_to_clipboard map ctrl+shift+c copy_to_clipboard
map shift+insert paste_from_selection 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 map ctrl+shift+o pass_selection_to_program
# Scrolling # Scrolling