> -----Messaggio originale-----
> Da: Bittner, Stefan [mailto:[EMAIL PROTECTED]
> Inviato: lunedì 3 luglio 2006 19.19
> A: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Oggetto: WG: Launch a browser from url in text
> 
> Hi Cesar,
> 
> if you consider to use the Utl-plugin mentioned by Tom below, please don't
> hesitate to contact me if you have any questions. I think Utl.vim can do
> what you need.
> 
> With the mapping
> 
>       :nmap <2-LeftMouse> <Leader>gu
> 
> you can doubleclick an URL. It would also be possible to use URLs without
> embeddings, e.g. execute
> 
>       http://www.vim.org/scripts/script.php?script_id=293
> 
> instead of
> 
>       <URL:http://www.vim.org/scripts/script.php?script_id=293>
> 
> 
> Regards,
> Stefan (Creator of utl.vim plugin)
> 
> -----Ursprüngliche Nachricht-----
> Von: Tom Purl [mailto:[EMAIL PROTECTED]
> Gesendet: Sonntag, 2. Juli 2006 04:30
> An: Cesar Romani
> Cc: Vim
> Betreff: Re: Launch a browser from url in text
> 
> Check out the utl plugin:
> 
> * http://www.vim.org/scripts/script.php?script_id=293
> 
> It may not be exactly what you want, but it's very close.
> 
> HTH!
> 
> Tom Purl
> 
> On Sun, Jul 02, 2006 at 04:19:10AM +0200, Cesar Romani wrote:
> > Is it possible to doubleclick a highlighted URL in a text and thus
> launch a
> > browser, f.e. internet explorer or firefox?
> > The command "gf" allows to open a file under a cursor. Isn't there
> > anything similar for URLS?
> > Many thanks in advance,
> >
> > Andalou
> >
I'm using utl.vim to open url under the cursor.
When I press \gu under an url, it opens the url but it appears at the
bottom:
:call Utl_goUrl('edit')

How can it be hidden?
Many thanks in advance,

Cesar


Reply via email to