You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call BibtexciteShowCite, the popup appears down and right from the cursor location. That works well enough when the cursor is in the top left of the window, but it it's at the right edge, the showcite-popup is narrowed so much that it becomes unreadable.
When I call BibtexciteShowCite, the popup appears down and right from the cursor location. That works well enough when the cursor is in the top left of the window, but it it's at the right edge, the showcite-popup is narrowed so much that it becomes unreadable.
I've changed the call to popup_create by removing the two lines at https://github.com/ferdinandyb/bibtexcite.vim/blob/master/autoload/bibtexcite/floating_preview.vim#L175-L176. The popup now always shows up in the middle of my window, which is always readable.
The text was updated successfully, but these errors were encountered: