-
Notifications
You must be signed in to change notification settings - Fork 407
Return to original window when closing toc or word count #2817
Copy link
Copy link
Closed
Labels
Description
Description
If I have a split buffer and either open the table of contents or the word count buffer and then quit those buffers then the cursor doesn't return to the original window.
Steps to reproduce
Note: I can add a minimal.tex file if this is not immediately reproducible.
- Open a
foo.texfile with minimal content:
\documentclass{article}
\begin{document}
\section{Foo}
Foo
\end{document}Expected behavior
After 3. the cursor should return to the original window (right)
Actual behavior
It goes to the left window
Do you use a latexmkrc file?
No
VimtexInfo
System info:
OS: Arch Linux
Vim version: NVIM v0.10.0-dev-1413+g684e93054b
Has clientserver: true
Servername: /tmp/nvimsocket
VimTeX project: foo
base: foo.tex
root: /home/pedro/Desktop/foo-latex
tex: /home/pedro/Desktop/foo-latex/foo.tex
main parser: current file verified
document class: article
compiler: arara
options:
--logReactions are currently unavailable
