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
I recently started playing around with TabPage and while it seems pretty cool, tabpage.focused seems very odd. At least, it doesn't do what I expect. Here is an example screenshot.
In this screenshot, my cursor is active in the right window, where the 'highlight-colors.lua' buffer is active (as identified by lualine at the bottom of the page). However, my cokeline bar shows the first window I was in init.lua, regardless of the fact that my cursor is in the other window instead. Switching tabs doesn't make a difference either
Even when I switch back, my cursor is still in the other window but cokeline is convinced that the left window is what is in focus.
My experience with tabs in vim is limited so I could simply be misunderstanding something. Below is my (rather complex) configuration
I recently started playing around with TabPage and while it seems pretty cool,
tabpage.focused
seems very odd. At least, it doesn't do what I expect. Here is an example screenshot.In this screenshot, my cursor is active in the right window, where the 'highlight-colors.lua' buffer is active (as identified by lualine at the bottom of the page). However, my cokeline bar shows the first window I was in
init.lua
, regardless of the fact that my cursor is in the other window instead. Switching tabs doesn't make a difference eitherEven when I switch back, my cursor is still in the other window but cokeline is convinced that the left window is what is in focus.
My experience with tabs in vim is limited so I could simply be misunderstanding something. Below is my (rather complex) configuration
As an aside, I have generally noticed that updates when using tabs are much slower, is there anything I can do to improve that speed?
Some "speed" issues I have noticed are
Most of this logic is predicated on the buffer in the "focused" window of the current tab, thus I suspect there is some shenanigans going on
The text was updated successfully, but these errors were encountered: