qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.64k stars 218 forks source link

Is it possible that detach a neovim tabpage into a vimr window? #889

Open imkerberos opened 2 years ago

imkerberos commented 2 years ago

I think there are a lot of developers who work with multiple monitors, and I do too. When I work, I always write code on the main monitor with one instance of vimr write code on the main monitor with one vimr instance, and then use another vimr window to reference that code. The problem is that can't open the same file in multiple vim. If doing this, the other vimr instance can only open the file as read-only mode, and can't synchronize updates to the buffer.

Is it possible to implement detach for tabpage in vimr? This would allow multiple windows of the same vimr instance to be placed on different external monitors, without file opening conflicts. Just like emacs' frame.