docs: fix Okular inverse search instructions

Problem: Okular settings path was incomplete and didn't mention the
trigger keybinding.

Solution: Update to full path (Settings -> Configure Okular -> Editor)
and note that Shift+click triggers inverse search.
This commit is contained in:
Barrett Ruth 2026-03-05 22:37:48 -05:00
parent 5c4fb10596
commit 23bce48d27
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -363,8 +363,8 @@ Add to `~/.config/sioyek/prefs_user.config`: >
*preview-synctex-okular*
Okular ~
Inverse search: one-time GUI setup via
Settings -> Editor -> Custom Text Editor: >
Inverse search (Shift+click): one-time GUI setup via
Settings -> Configure Okular -> Editor -> Custom Text Editor: >
nvim --server /tmp/nvim-preview.sock --remote-expr "execute('b +%l %f')"
<