Skip to content

Multiple windows with different views of the same Neovim instance? #546

Answered by akiyosi
smackesey asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for your feedback. The limitations you encountered with the external window not holding splits or tabpages are indeed due to the current constraints of Neovim's UI features. To have two full Vim UI windows working off the same set of open buffers, with each able to manage splits and tabpages independently, it would require modifications to the Neovim core. The current implementation of the ui-multigrid feature does not support this level of window management, and achieving this functionality would likely necessitate a significant overhaul of how Neovim handles UI interactions.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@smackesey
Comment options

Comment options

You must be logged in to vote
1 reply
@smackesey
Comment options

Answer selected by smackesey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants