Friday, February 1, 2013

Re: How to let gvim start on 2nd monitor

Hi,

Jeri Raye wrote:
> Reid
>
> [...]
>>> I'm using windows 7 on a laptop with a secondairy monitor which I
>>> prefer to use for coding.
> [...]
>> This is generally controlled by the desktop/window manager, rather than the
>> application -- so look at the options that your desktop/window manager
>> offers.
>>
>> i.e. linux/openbox -> always open evolution on desktop 4
>> <applications>
>> <application name="evolution" class="Evolution" title="Mail - Evolution">
>> <desktop>4</desktop>
>> </application>
>> </applications>
> [...]
> Is there something similar in windows 7?

no, not exactly. Windows 7 allows you to set the position of the upper
left corner for command line applications if you create a link to them.
Have a look at the layout tab of a link's properties dialog.

For GUI applications there is no such thing that I know of, but you can
try to put a line like the following in your _vimrc:

winpos 1600 0

This should move Vim's window 1600 pixels to the right. If your primary
monitor is on the right you can also use negative coordinates to move
the window to the left monitor.

Regards,
Jürgen

--
Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us. (Calvin)

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment