MacVim 设置为默认文本编辑器:如何设置文件在新选项卡而不是新窗口中打开?
我已将 MacVim 设置为默认文本编辑器,当我双击文件时,它会打开一个新窗口。有没有办法将其设置为在新选项卡中打开?
I've set MacVim as my default text editor, and when I double click files it opens up a new window. Is there a way to set it to open up in a new tab instead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您还可以编辑
mvim
脚本并查找opts
定义。将其更改为:或
或
当然,取决于您的口味......;-)
You can also edit the
mvim
script and look for theopts
definition. Change it to something like:or
or
Depending on your taste, of course... ;-)
在首选项(菜单栏中的 MacVim 下)中,您可以将单选按钮“从应用程序打开文件”的选择从“在新窗口中”更改为“在当前窗口中”,然后选择“每个文件都有一个选项卡”从下面的下拉菜单。
In the Preferences (under MacVim in the menubar) you can change the selection of the radio button "Open files from applications" from "in a new window" to "in the current window" and then select "with a tab for each file" from the drop-down menu below.