Re: VimWin

2007-04-23 Thread Bernd Strohhäcker



A. S. Budden schrieb:

On 23/04/07, Matthew Winn <[EMAIL PROTECTED]> wrote:

On Sun, 22 Apr 2007 21:48:58 +0200, "A.J.Mechelynck"
<[EMAIL PROTECTED]> wrote:

> - virtual desktops. This may need some explaining to Windows-only 
people: On
> Windows there is one desktop, period. On X11, at least with some 
window
> managers, you may have up to 20 virtual desktops (you choose how 
many),
> arrange your windows at one or two per desktop in an uncluttered 
way, and
> switch desktops with one mouseclick or keypress. There is a small 
widget for
> each defined desktop in the taskbar, next to the buttons for the 
currently

> running tasks.

People who like virtual desktops but are forced to use Windows should
look into installing MSVDM. It's a Microsoft PowerToy that provides
four virtual desktops for Windows XP.


There's also "Virtual Dimension", which (in my opinion) works much
better than Microsoft's version.

http://virt-dimension.sourceforge.net/

Al


There's another alternative: Vern. http://www.oneguycoding.com/vern/

cu, Bernd


Re: substituting only in visual block

2006-08-01 Thread Bernd Strohhäcker

Dr. Johannes Zellner schrieb:

Hi,

having marked a visual block with ctrl-v, I'd like to so a search /
replace only in that visual block. E.g. when selecting the right block
in:

xx xx
xx xx
xx xx
xx xx

I'd to do something like s/xx/yy/g which applies only to the selected
block. How can I do this?

  

Hi,

try Charles Campell's vis-script: 
http://www.vim.org/scripts/script.php?script_id=1195


HTH, Bernd


Re: How to always open file in a tab ?

2006-06-29 Thread Bernd Strohhäcker

Eddine wrote:

Thank you Srini.
Is it possible to have this behaviour with the right-click "Edit in
(single) Vim" context menu under win32 ?


Try adding " -p" to HKLM\Software\Vim\Gvim\path

HTH, Bernd