-
-
Notifications
You must be signed in to change notification settings - Fork 684
Option to disable native tabs in Sierra #397
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
Comments
Since MacVim's already implemented tab functionality itself, is there any reason at all for us to support the new Sierra tabbing system? Or alternatively, should we just adopt Sierra's system on Sierra+ and relegate the custom tabs to older builds? |
@jpetrie would the new Sierra tabbing system fix the "new tab" button? |
^ would love a patch for that bug, it's minor but it's been irking me for months |
Fixed in #788. Native tabs are now disabled and likely won't be supported in foreseeable future. |
So in Sierra, there's now the ability to group windows with the built in tab system. This is great and all, but breaks integration with the popular command-t vim plugin. It would be really nice if there was a way to modify the key maps inside macvim, or just disable the native tabs altogether.
Obviously I can remap the command-t plugin, but having non-remapable keys in macvim limits your ability to ever map command-t to anything other than native tabs.
The text was updated successfully, but these errors were encountered: