ahrm
ahrm
These should be fixed in the latest commits.
You mean when restarting sioyek or when using `open_last_document`?
You mean the very first time that you execute `open_last_document`? or does it happen every time? If you mean the first time then it is not really a big deal,...
Can you share a video of the problem? I am not sure if I understand correctly.
That video is horrible XD. If anything I am more confused now. > Hope that helps. Basically switching to two page mode and going back to a document that was...
Ah, that is not supported currently. Hopefully in a future version of sioyek I will support per-document two-pagedness so these issues hopefully will be resolved.
We had a `middle_click_command` config which should have allowed this by setting something like this: ``` middle_click_command noop ``` but there was a bug that executed the default behavior anyway...
We have an `exact_highlight_select` config which can disable word-level highlighting. There is no way to execute a command on program's exit (and it is not possible to overwrite the file...
You can navigate to previously opened files by going back in history e.g. pressing backspace, or by pressing C-o to open a list of previously opened files. If you want...
> colon key opens command palette This was always the case.