linux 下 gvim 启动最大化
通俗情况下首先考虑到的是利用 wmctrl 来控制,这里已经给出了答案。
如果桌面环境是 openbox,可以在 $HOME/.config/openbox/rc.xml 中添加如下内容来达到目的:
<applications>
<application name="gvim" class="Gvim">
<maximized>true</maximized>
</application>
</applications>
This entry was posted on Tuesday, November 18th, 2008 at 7:51 pm and is filed under linux, vim. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

