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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 20564 - 20593 of 137756   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
20564 lwwickla@... Send Email Aug 30, 2001
8:19 pm
Hello, Vim's C-formater (which I am really, really thankful for) seems to have a problem with the following code: constructor(datatype *arg, ...
20565 Luc Hermitte
hermitte@... Send Email
Aug 30, 2001
11:39 pm
On Thu, Aug 30, 2001 at 10:31:12AM -0700, Gary Holloway <gary@...> ... Of course. ... I have provided such a function on sourceforge. Look at...
20566 Tam Nguyen
tqnguyen@... Send Email
Aug 30, 2001
11:56 pm
I have a vim session with multiple windows open. Is it possible to save the session so when it is restored all windows are opened again based on previous...
20567 Adam 'Vonlia'...
adam.seyfarth@... Send Email
Aug 31, 2001
12:05 am
... set paste 'paste&#39; should fix your woes about pasting. But be sure you are in insert mode when pasting, it could get executed from command mode, which is...
20568 David Eggum
David.Eggum@... Send Email
Aug 31, 2001
12:17 am
20569 Alan G. Isaac
aisaac@... Send Email
Aug 31, 2001
6:28 am
... OK, this is a cool idea that I'd like to understand better. Some comments, grounded in my lack of experience with tags. i. Is there a reason to use the...
20570 John J Kearney
jkearney@... Send Email
Aug 31, 2001
7:18 am
just turn off autoindent when pasting the lines in:) ... _____________________________________________ /| John J Kearney |\ ////|...
20571 Bohdan Vlasyuk
bohdan@... Send Email
Aug 31, 2001
7:20 am
... better do :set paste before, and :set nopaste after copying. -- filibuster, n.: Throwing your wait around....
20572 John J Kearney
jkearney@... Send Email
Aug 31, 2001
9:39 am
a stupid question how do i switch between buff windows in gvim is the somthing like <alt><tab> or whatever? _____________________________________________ /|...
20573 Sven Guckes
guckes@... Send Email
Aug 31, 2001
9:42 am
Some feedback on the Vim-5.8 install.exe .. Sven === From: "Patrick Legault" <wolf@...> To: <guckes@...> Subject: Win32 version contact? Date: Thu, 30...
20574 Thierry Godfroid
thierry.godfroid@... Send Email
Aug 31, 2001
9:43 am
... I have the following bindings in my .gvimrc " use CTRL-RIGHT & CTRL-LEFT to move between buffers map <C-RIGHT> :bn<CR> map <C-LEFT> :bp<CR> ... -- -- ...
20575 John J Kearney
jkearney@... Send Email
Aug 31, 2001
9:45 am
sorry waht i really wanted was a way to switch between split's...
20576 Stefano Lacaprara
Stefano.Lacaprara@... Send Email
Aug 31, 2001
9:49 am
<CTRL-w>w or <CTRL-w><up arrow> <CTRL-w><down arrow> etc.. see ... for more info HTH, Stefano ... -- Stefano Lacaprara Lacaprara@... \\&#92;|/// ...
20577 Thomas Köhler
jean-luc@... Send Email
Aug 31, 2001
9:53 am
On Fri, Aug 31, 2001 at 10:48:32AM +0100, ... ctrl-w k ctrl-w j And many more, see :help CTRL-W CU, Thomas -- Thomas Köhler Email:...
20578 Cory T. Echols
ctechols@... Send Email
Aug 31, 2001
11:45 am
... Yep. The command is ":mksession&quot;, and you'll want to read ":he :mksession" and ":he 'sessionoptions'" for more info. I use this in vim6, but I *think* it...
20579 Bram Moolenaar
Bram@... Send Email
Aug 31, 2001
12:42 pm
... I can see the problem. The simplest example that appears to have this problem: { t(int f, int d); // ) d(); } Remove the ")" from the comment or the ","...
20580 Jean Jordaan
jean@... Send Email
Aug 31, 2001
1:12 pm
Hi all (Vim list: apologies if any interested parties are already on the Zope list .. ) Here's a reallllllly simple script to facilitate filesystem editing of...
20581 Benji Fisher
fisherbb@... Send Email
Aug 31, 2001
1:18 pm
... I, too, am pretty new to tags, so I chose the simplest format. I see the confusion: I included colons in my tag names. Thus it looks like the second...
20582 yahoogroups@... Send Email Aug 31, 2001
1:20 pm
With the mousemodel=popup, when I right-click and select 'Select block' from the menu, only the character the cursor is on is selected. Unlike the...
20583 Ravi Shankar Sivaraman
rsivara1@... Send Email
Aug 31, 2001
1:39 pm
HI The viminfo and vimrc files are stored where the vim is installed (In windows). The vimrc file depends upon user, should go in the user specific directory!...
20584 Bram Moolenaar
Bram@... Send Email
Aug 31, 2001
2:21 pm
... I suppose what you are talking about is the "Edit with Vim" menu entry. The install script doesn't replace notepad. ... In version 5.8 there was a...
20585 Igor Lyubimov
Igor.Lyubimov@... Send Email
Aug 31, 2001
2:28 pm
Hello everybody, I came to VIM from other text editors under MSWin. But I can't find the solution for using Ctrl-Del for deleting word after the cursor. I've...
20586 Benji Fisher
fisherbb@... Send Email
Aug 31, 2001
2:28 pm
... I think that this should work the way you want it to if each user has a $HOME environment variable defined (and they do not all point to C:\ or $VIM ;)....
20587 darren chamberlain
dlc@... Send Email
Aug 31, 2001
2:31 pm
... Is dw what you're looking for (d-elete the next w-ord)? You might want to tweak your definition of "word", or use dW (which deletes everything up to the...
20588 Stuart, David
D.Stuart@... Send Email
Aug 31, 2001
2:40 pm
Hi All, Has anyone encountered this problem when running ctags? V:\>ctags -f - --fields=+K *.java ctags: cannot open temporary file : Permission denied ...
20589 Adam 'Vonlia'...
adam.seyfarth@... Send Email
Aug 31, 2001
2:44 pm
... Hmm, is the problem that <Esc> moves left all the time that it isn't at the beginning of a line? If so, I've thought about this also, and here's what I...
20590 Charles E. Campbell
cec@... Send Email
Aug 31, 2001
2:45 pm
... FYI--- Hdrtag (http://www.erols.com/astronaut/vim/index.html#Tags) extracts labels and cites from *.tex files and builds <tags> files. It, however, is not...
20591 Ravi Shankar Sivaraman
rsivara1@... Send Email
Aug 31, 2001
2:47 pm
Well, I do know I can make change in my system . But the point is , I have installed vim in various machines and setting that in every machine is painful. Also...
20592 Dan Sharp
vimuser@... Send Email
Aug 31, 2001
2:48 pm
... From insert mode, use <C-O> instead of <ESC><Right>. It leaves the cursor on the current letter instead of moving it left one character (on 6.0at, at ...
20593 Bohdan Vlasyuk
bohdan@... Send Email
Aug 31, 2001
2:53 pm
... imap <C-Del> <C-O>cw [or dw, de, whichever fits you best] works nice for me. -- The alarm clock that is louder than God's own belongs to the roommate with ...
Messages 20564 - 20593 of 137756   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