Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim · Vim (Vi IMproved) text editor users list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 125727 - 125756 of 137730   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
125727 Jostein Berntsen
jbernts@... Send Email
Sep 2, 2011
3:51 pm
... Doing the vimtutor is a good thing to learn vim, as mentioned previously. The last book I bought on Vim recently was "Hacking Vim". A nice one. ...
125728 Paul Giannaros
p.a.giannaros@... Send Email
Sep 2, 2011
6:32 pm
On Sep 1, 5:02 pm, Tony Mechelynck <antoine.mechely...@...> ... Thanks for looking into it. I've googled around for any mention of this but with no...
125729 Hozzy2u
tfhosmer@... Send Email
Sep 2, 2011
6:37 pm
I just want to thank everyone for their quick response to my question. I have just downloaded the "Vim Recipes" PDF file and printed it out so I could...
125730 tplarkin7
timothypatricklarkin@... Send Email
Sep 2, 2011
6:44 pm
I've worked it out. I solved the hard return problem by using Notepad++ TextFx Tidy command. It aligns all tags to nowrap and noindent. I then used VIM to...
125731 William E. Skeith III
wes_zilla@... Send Email
Sep 2, 2011
6:44 pm
Hello, I am trying to map some basic Ctrl+Alt key combinations for GVIM on windows, for example >     :imap <C-M-L> <C-Right> but I've become seriously...
125732 Ben Fritz
fritzophrenic@... Send Email
Sep 2, 2011
6:47 pm
On Sep 1, 11:02 am, Tony Mechelynck <antoine.mechely...@...> ... I've seen something similar also for lines whose background is set via a :sign place...
125733 Tim Chase
vim@... Send Email
Sep 2, 2011
6:53 pm
... as much as I'd like to support authors of Vim books, I'm glad you didn't have to spend significant money. ... As can tell, the list is a pretty friendly...
125734 Marcin Szamotulski
mszamot@... Send Email
Sep 2, 2011
7:25 pm
... Hi, There are also very nice video casts by Derek Wyatt: http://vimeo.com/6999927, which I found recently and watched them just for fun. They are a very...
125735 Ken Schmitt
Ken.Schmitt@... Send Email
Sep 2, 2011
7:36 pm
I am currently using VIM version 5.7 running on a HP-UX hp9000s800 workstation. I am running WRQ Reflection for UNIX and Digital Version 10.0 terminal...
125736 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 2, 2011
7:47 pm
... Ctrl-Alt-letter keys may be preempted by the OS, or they may trigger a menu. When you type ... what is the answer? Oh, and 7.3.046 is already old hat: for...
125737 Benjamin R. Haskell
vim@... Send Email
Sep 2, 2011
7:59 pm
... Hmm. Good luck... ... (from anywhere) should be equivalent. If you're in your home dir, you can drop the '~/'. If nothing else works, at least save some ...
125738 Tim Chase
vim@... Send Email
Sep 2, 2011
8:31 pm
... Ah, you're posting through Nabble which doesn't seem to pass along the HTML to the official Vim list (vim@..., mirrored at vim_use@googlegroups.com). ...
125739 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 2, 2011
8:58 pm
... You should not have to source your vimrc again. In fact, doing so may be part of the problem, since ":syntax on" earlier on clears anything you defined on...
125740 George V. Reilly
george@... Send Email
Sep 2, 2011
8:58 pm
... A totally different approach would be to use semantic markup with CSS and get rid of all the inline styles leaving you with much cleaner HTML, as God and...
125741 tplarkin7
timothypatricklarkin@... Send Email
Sep 2, 2011
10:26 pm
Thanks, Tim! On Fri, Sep 2, 2011 at 3:32 PM, Tim Chase-9 [via VIM] < ... -- View this message in context:...
125742 William E. Skeith III
wes_zilla@... Send Email
Sep 2, 2011
10:27 pm
... Ctrl-Alt-letter keys may be preempted by the OS, or they may trigger a menu. When you type     :verbose set wak? what is the answer? Oh, and 7.3.046 is...
125743 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 3, 2011
9:04 am
... Subject: Re: Problem mapping Ctrl+Alt combinations in GVIM on windows Date: Fri, 2 Sep 2011 15:26:35 -0700 (PDT) From: William E. Skeith III...
125744 Christian Brabandt
cblists@... Send Email
Sep 3, 2011
11:22 am
Hi Tony! ... Look in the faq: http://vimhelp.appspot.com/vim_faq.txt.html#faq-3.1 regards, Christian -- -- You received this message from the "vim_use"...
125745 Christian Brabandt
cblists@... Send Email
Sep 3, 2011
11:28 am
Hi John! ... You could use g* which works like * but doesn't add word boundaries to the search term. This way, it should also match at words starting with bar ...
125746 Ben Fritz
fritzophrenic@... Send Email
Sep 3, 2011
3:06 pm
... I'm pretty sure syntax highlighting has always been triggered using autocmds, so probably this will work. ... I'd try an autocmd like this first: au Syntax...
125747 Ben Fritz
fritzophrenic@... Send Email
Sep 3, 2011
3:13 pm
On Sep 2, 3:57 pm, Tony Mechelynck <antoine.mechely...@...> ... Both of these assume the "make install" command will work, i.e. you have admin/sudo/root...
125748 Benjamin Fritz
fritzophrenic@... Send Email
Sep 3, 2011
3:24 pm
On Thu, Aug 25, 2011 at 4:29 AM, Christophe Eymard ... I think the problem is here: " Reserved words can be used as property keys. syntax match coKey...
125749 Benjamin Fritz
fritzophrenic@... Send Email
Sep 3, 2011
3:25 pm
P.S. sorry it took so long to respond, I've been busy and then ill :-\ I was kind of hoping someone else would have taken it up by now. -- You received this...
125750 William E. Skeith III
wes_zilla@... Send Email
Sep 3, 2011
6:08 pm
... Ctrl-Alt-letter keys may be preempted by the OS, or they may trigger a menu. When you type     :verbose set wak? what is the answer? Oh, and 7.3.046 is...
125751 Marcin Szamotulski
mszamot@... Send Email
Sep 3, 2011
9:09 pm
... Have you tried the i_CTRL-O command to execute just one normal mode command and return to insert mode, see ':help i_CTRL-O'. In your case: <C-O>W. Best, ...
125752 K Z
no.deep.sea@... Send Email
Sep 4, 2011
1:41 am
Hello, I am trying to select multiple lines that are not in a continuous chunk. E.g., I want to select line 1 and 3 simultaneously without selecting line 2: ...
125753 Ben Fritz
fritzophrenic@... Send Email
Sep 4, 2011
1:46 am
... Not possible. However, depending on what you are actually trying to accomplish, we may still be able to help you. If you're trying to highlight multiple...
125754 John Little
john.b.little@... Send Email
Sep 4, 2011
4:38 am
... If you can get any sort of mount from the PC onto the HP's file system, IMO you'd be far better off running gvim on the PC editing the files on the HP....
125755 AK
andrei.avk@... Send Email
Sep 4, 2011
3:37 pm
Hi, I often need to copy and paste snippets of text from webpages into gvim. The easiest way to do this is to highlight and drag and drop text. Unfortunately,...
125756 ZyX
zyx.vim@... Send Email
Sep 4, 2011
5:54 pm
I want to create a syntax for filetype that looks like this: item0onLine0 item1onLine1 item0onLine1 item1onLine1 separatorLine item0onLine0 item1onLine0 ...
Messages 125727 - 125756 of 137730   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help