启动 gvim,而不从启动它的终端获取焦点

发布于 2024-11-01 04:19:34 字数 315 浏览 0 评论 0原文

我真的很想找到一种在终端不失去焦点的情况下启动 gvim 的方法。

我找到了一种在 dbx 中调试时使用 gvim 显示代码的方法。 Gvim 作为 dbx 前端
这很有效,但它会导致 gvim 每次遇到断点或更改行时都会窃取焦点。
我非常确定我可以调整终端以保持焦点在 dbx 内工作。
我在 sparc 处理器上运行 solaris。

如何在不从启动它的终端获取焦点的情况下启动 gvim?

I would really like to find a way to start gvim without the terminal losing focus.

I found a way to use gvim to display code when debugging in dbx.
Gvim as dbx frontend
This works great but it causes gvim to steal the focus every time it hits a breakpoint or changes line.
I am pretty sure I could adapt a terminal keeping focus to work inside dbx.
I am running solaris on a sparc processor.

How can I start gvim without it taking focus from the terminal that started it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独留℉清风醉 2024-11-08 04:19:34

如果您是 KDE 用户,可以使用 kstart 命令启动 gvim。 kstart 程序有广泛的选项来控制您正在启动的程序的行为。 --onbottom 选项可能会完成您想要做的事情。

If you're a KDE user, you can start gvim with the kstart command. The kstart program has extensive options for controlling the behavior of the program you're starting. The --onbottom option might accomplish what you're trying to do.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文