启动 gvim,而不从启动它的终端获取焦点
我真的很想找到一种在终端不失去焦点的情况下启动 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您是 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.