如何在 Aquamacs 中的框架之间复制选项卡?
我花了很多时间在 Aquamacs 中编码,并且倾向于将窗口分成多个框架。每个框架都会根据我打开的历史记录在顶部开发自己的一组选项卡,有时,我会执行一些操作(无意或无意)关闭框架并导致我丢失该框架中的所有选项卡。顶部。
有没有办法让选项卡集在两个帧之间同步,或者让它始终是完整的活动缓冲区集?我不认为我希望选项卡集与活动缓冲区集分离。
谢谢。
I spend a lot of time coding in Aquamacs, and I tend to split the window into multiple frames. Each frame develops its own set of tabs at the top based on the history of what I've opened, and occasionally, I'll do something that (inadvertantly or not) closes a frame and causes me to lose all of the tabs at the top.
Is there a way to get the set of tabs to sync between two frames, or to have it always be the full set of active buffers? I don't think I want the set of tabs to be decoupled from the set of active buffers.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对 aquamacs 本身并不熟悉,但鉴于它基本上是 os x 的 emacs 版本,您可以尝试将 Aquamacs 作为守护进程启动,然后只需使用
emacs-client
连接到它(aquamacs-client
?),这将打开一个框架。如果您打开 2 个这样的帧,您可以轻松地在它们之间共享缓冲区。
I'm not familiar with aquamacs itself, but given that it is basically a version of emacs for os x you could try to start Aquamacs as a daemon, and then just connect to it with
emacs-client
(aquamacs-client
?), which will open up a frame.If you open up 2 of such frames, you can effortlessly share your buffers between them.