Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split windows and buffers (when using g:wintabs_display = 'tabline') #61

Open
ThomasAdam opened this issue Feb 20, 2020 · 0 comments
Open

Comments

@ThomasAdam
Copy link

Hi,

I'm trying to get wintabs to work reliably with split windows, without setting g:wintabs_display = 'statusline', as I don't want to have the statusline move position to the top of the window.

I've tried setting:

au BufEnter,WinEnter * WintabsAll

This works, but when I start using tabs (`:tabnew') then switching tabs doesn't limit the buffers which are shown to just that tab; it seems to use all buffers.

I feel as though I am close with using WintabsAll, but just needs limiting the tabs. That way (for me at least), the default configuration just works.

Any pointers on how to achieve this would be welcomed.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant