Replies: 4 comments 5 replies
-
Note that you can add something like this to your
Now you can open the document in chrome (or other software that you like) by executing |
Beta Was this translation helpful? Give feedback.
-
In case someone else is interested, here is the solution that worked for me: |
Beta Was this translation helpful? Give feedback.
-
After using sioyek as the default pdf viewer, the printing function haunts from time to time. Thanks for the above discussions, here are my worked solutions after several tries(I'm on macOS):
# in prefs_user
execute_command_v open -a Preview %1 #don't put quotes around %1
# in keys_user
execute_command_v <C-v>
# in prefs_user
execute_command_p /usr/bin/lp -o sides=one-sided -o media=a4 %1
# in keys_user
execute_command_p <C-p> |
Beta Was this translation helpful? Give feedback.
-
If anyone is interested, the utility gtk-print can provide a quite native experience under linux. For the development version, the following config works for me:
For the stable version, use |
Beta Was this translation helpful? Give feedback.
-
Does anyone use sioyek as their default pdf reader? Can you share how you print, files, if needed? I understand sioyek does not currently have the means of sending files to the printer for printing but can someone share how the navigate around the inability to print directly from sioyek?
Beta Was this translation helpful? Give feedback.
All reactions