This commit is contained in:
Never Gude 2026-02-25 14:51:53 +01:00
parent 225bb398f1
commit 8cd6349334
3 changed files with 18 additions and 5 deletions

View file

@ -44,4 +44,4 @@ SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x1ebrblue
SETUVAR fish_pager_color_selected_completion:black\x1e\x2d\x2dbold
SETUVAR fish_pager_color_selected_description:bryellow\x1e\x2d\x2dbold\x1e\x2d\x2ditalics
SETUVAR fish_pager_color_selected_prefix:black\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_user_paths:/home/never/\x2elocal/scripts\x1e/usr/local/texlive/2025/bin/x86_64\x2dlinux
SETUVAR fish_user_paths:/home/never/\x2elocal/sioyek\x1e/home/never/\x2elocal/scripts\x1e/usr/local/texlive/2025/bin/x86_64\x2dlinux

View file

@ -145,8 +145,17 @@ return {
forwardSearchAfter = true,
},
forwardSearch = {
executable = 'okular',
args = {'--unique', 'file:%p#src:%l%f'},
executable = 'sioyek',
args = {
'--inverse-search',
'--reuse-instance',
'file:%p#src:%l%f',
'--forward-search-file',
'%f',
'--forward-search-line',
'%l',
'%p'
},
},
chktex = {
onOpenAndSave = false,