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
First off, thank you so much for maintaining this!
Recently upgraded to Xcode 11, built Xvim2 off develop and everything works fine. I noticed, though, that Xcode 11 changes the default split behavior to only show "Counterpart" files, and if you want to have two editors side-by-side you have to click this button:
Now, running :vsp opens the "Counterpart" viewer, and there's no way to configure that viewer to "Manual" mode as I did in Xcode 10.x. Additionally, it looks like running :q now closes my entire tab, not just the current editor.
Do you have any suggestions on how to recover the previous behavior, either through configuration or by changes in Xvim? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Update: looks like I can get this behavior back by doing :xcmenucmd Open in Next Editor and :xcmenucmd Close Editor. Is there any way for me to map :vsp and :q to to those commands, or to define new Ex commands?
You can remap Ex commands with :command foo bar. See :help command for more information. I have nmap <space>o :xcmenucmd Open Quickly...<CR> in my .xvimrc, and that is working just fine.
First off, thank you so much for maintaining this!
Recently upgraded to Xcode 11, built Xvim2 off
develop
and everything works fine. I noticed, though, that Xcode 11 changes the default split behavior to only show "Counterpart" files, and if you want to have two editors side-by-side you have to click this button:Now, running
:vsp
opens the "Counterpart" viewer, and there's no way to configure that viewer to "Manual" mode as I did in Xcode 10.x. Additionally, it looks like running:q
now closes my entire tab, not just the current editor.Do you have any suggestions on how to recover the previous behavior, either through configuration or by changes in Xvim? Thanks in advance.
The text was updated successfully, but these errors were encountered: