在 Windows 7 上的同一位置打开 gvim

发布于 2024-12-10 02:39:46 字数 121 浏览 1 评论 0原文

我已经尝试进入 gvim 有一个星期了,但有一件让我烦恼的事情是,每次我打开它时,它看起来都比以前稍微右低一些。

有办法阻止这种情况发生吗?

我使用的是 Windows 7 和 gvim 7.2。

I've been trying to get into gvim for a week now but one thing that drives me up the wall is that each new time I open it, it appears a little to the right lower then before.

Is there way to stop this from happening?

I'm using windows 7 and gvim 7.2.

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

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

发布评论

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

评论(1

顾北清歌寒 2024-12-17 02:39:46

将“winpos x y”添加到您的 _gvimrc 文件中。 xy 是 GVim 窗口的左上角(以像素为单位)。例如:

set columns=140
set lines=56
winpos 20 50

哈比

add "winpos x y" to your _gvimrc file. x y is the top left corner of the GVim window in pixels. For example:

set columns=140
set lines=56
winpos 20 50

Habi

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