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

If two files are opened only first is displayed in wintabs #53

Closed
astier opened this issue Oct 8, 2019 · 3 comments
Closed

If two files are opened only first is displayed in wintabs #53

astier opened this issue Oct 8, 2019 · 3 comments

Comments

@astier
Copy link

astier commented Oct 8, 2019

If I open two files with nvim only the first one is shown in wintabs. After executing :bnext the second file is also shown in wintabs.

I would expect that both files would be displayed from the beginning.

I use neovim 0.4.2

@astier
Copy link
Author

astier commented Oct 8, 2019

Both are also shown after executing :WintabsAllBuffers. Maybe I don't understand how wintabs is supposed to work properly. Why does wintabs behave this way? Whats the deal with :WintabsAllBuffers?

@astier
Copy link
Author

astier commented Oct 8, 2019

I solved it by add the following line to my vimrc

au bufenter * WintabsAllBuffers

but I am still wondering why this doesn't work out of the box.

@astier
Copy link
Author

astier commented Oct 8, 2019

I think I got the idea.

@astier astier closed this as completed Oct 8, 2019
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