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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

I've started using closetag.vim, and I like it a lot. I'm looking for an easy way to automatically source it when editing a compatible file. This would ...
3 Aug 13, 2001
8:19 pm

Dan Sharp
vimuser@...
Send Email

Hi, Does anyone know of a quick way of commenting out several lines after selecting them with the visual mode using 'V'. Thanks!...
10 Aug 13, 2001
6:05 pm

Thomas Köhler
jean-luc@...
Send Email

Often I transplant some code from one place to another by yanking or deleting and putting. Usually I need to adjust the indentation by <'ing or >'ing the...
5 Aug 13, 2001
2:24 pm

Hans Fugal
hfugal@...
Send Email

List: I'm using gcc to compile c++ code with the -Weffc++ option. Unfortunatly, the some of the Standard Library headers aren't effc++ friendly. How do I...
1 Aug 13, 2001
1:22 pm

Charles Krug
charles@...
Send Email

Wow, Thanks for the quick replies to my other question. The other thing I want to know is how to set the width on the column of numbers when you do :set nu....
2 Aug 13, 2001
12:42 pm

Benji Fisher
benji@...
Send Email

Okay, I have read just about everything I can read and I know I am just overlooking the answer. In xterm vim (vim running in konsole on Mandrake 8.0) I know...
2 Aug 13, 2001
12:37 pm

Benji Fisher
benji@...
Send Email

Hi, Does vim60ap support folding for C/C++ by default? I tried 'zo' and 'zc' with fdm=syntax, but nothing happens. Do I need to modify c.vim for this? Thanks ...
3 Aug 13, 2001
10:09 am

Pavel Tavoda
tavoda@...
Send Email

Vimmers, Unfortunately, I'm using a compiler (JBuilder) that only gives the file name with the compile error message, instead of giving the full path. So if I...
3 Aug 13, 2001
7:14 am

Benoit Cerrina
b.cerrina@...
Send Email

Hi! As I use vim to write my mails (mostly at least) I wanted to implement a simple interface to gpg for vim. Mainly it should be able to de- and encrypt...
1 Aug 12, 2001
1:03 pm

a.wagner@...
Send Email

I found this link from www.shellcity.net for a program that can remap standard keys. I am always reading on this list of people who want to remap keys so I...
1 Aug 12, 2001
2:08 am

Mark Thomas
markst@...
Send Email

I have an idea for a feature that I'd like to try to implement. If it already exists, please show me where it is and tell me to shut up. If not, and anyone...
2 Aug 12, 2001
12:46 am

Benji Fisher
benji@...
Send Email

Hi, please excuse me if this has been discussed before, but I couldn't find it mentioned in the archives anywhere, and I didn't see it mentioned in any of the...
1 Aug 12, 2001
12:45 am

Garrett Kuchta
gkuchta@...
Send Email

Hello, I want to shift a weekday in a file to the next one, Mo to Fr. I wrote this function and call it with ... function! Test(...) let idx = 1 while idx <=...
2 Aug 12, 2001
12:36 am

Benji Fisher
benji@...
Send Email

Hi, please excuse me if this has been discussed before, but I couldn't find it mentioned in the archives anywhere, and I didn't see it mentioned in any of the...
1 Aug 12, 2001
12:11 am

Garrett Kuchta
gkuchta@...
Send Email

Hi, I'd like to know how to check the value of the character just before the cursor in a function. My idea is to map <TAB> to a function which does a <C-P>...
6 Aug 12, 2001
12:03 am

Benji Fisher
benji@...
Send Email

hello, is it possible to justify text in vim. is that possible to do, or would something like an external program need to be used? perhaps a function would...
2 Aug 10, 2001
10:19 pm

Adam 'Vonlia'...
adam.seyfarth@...
Send Email

Hello, in the last few weeks I was often dealing with legacy code and had to write big portions of the text in upper case. So I'd like to have CAPS lock on...
6 Aug 10, 2001
7:54 pm

Sven Brüggemann
SBrueggemann@...
Send Email

Regarding the formatoptions option. When I move to or open a perl file my formatoptions=croql. When I move to or open any other file this value changes. I am...
6 Aug 10, 2001
7:11 pm

Jeff Walker
jwalker@...
Send Email

Hi, I'm trying to compile vim 5.8 on this machine: SunOS bobo 5.8 sun4u sparc SUNW,Ultra-250 It seems to configure okay but when compiling I get several errors...
8 Aug 10, 2001
3:12 pm

Jeff Walker
jwalker@...
Send Email

Hi, Does anybody know of any efforts at porting VIM to the Palm OS? Thanks....
1 Aug 10, 2001
3:12 pm

Osama Elnaggar
simsim99@...
Send Email

I don't see this here Linux/vim6.0aq (both gui and xterm) What's also strange, is that you've got to redraw the screen in the first place. Usually vim will...
2 Aug 10, 2001
9:51 am

Ibraheem Umaru-Mohammed
ibraheem@...
Send Email

I agree, this looks useful. I've added some coding to put the cursor on the line belonging to the file from which I issue this command ... ...
1 Aug 10, 2001
9:46 am

Naumann, Michael
michael.naumann@...
Send Email

You can also change your habbit and try to use <C-N> and <C-P> for completion. Enter the first few characters of the variable name and press one of the above...
1 Aug 10, 2001
9:02 am

Naumann, Michael
michael.naumann@...
Send Email

Anyone got a deb for vim60ap? -Arafat _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at...
4 Aug 10, 2001
8:11 am

Ji\v{r}\'...
brezina@...
Send Email

I was wondering if anybody knew of how to enlarge the selection of available fonts under Windows (in VIM). I have only 6 or so, and was wondering if I could...
4 Aug 10, 2001
2:29 am

P. Alejandro Lopez-Va...
palopezvalencia@...
Send Email

I've been wondering about this for quite a while, as a programmer when I need to insert some text somewhere it might be a variable name that I have to look up ...
6 Aug 9, 2001
10:34 pm

Gary Holloway
gary@...
Send Email

Any idea how to do this? I tried map <CAPS-LOCK> <ESC> map <CAPSLOCK> <ESC> map <CAPS> <ESC> map <CLOCK> <ESC> Not sure what else I can try. Also, any...
7 Aug 9, 2001
9:13 pm

David A. Rogers
darogers@...
Send Email

gvim is crashing on startup on Solaris: % ./vim -g Vim: Caught deadly signal BUS Vim: Finished. zsh: bus error (core dumped) ./vim -g Strangely enough, I get...
4 Aug 9, 2001
9:12 pm

Will Fiveash
william.fiveash@...
Send Email

Hi, This puzzles me. Consider the following `sentence': one two three four five and let's say the cursor is on `one'. /two/;/four/e<CR> leaves the cursor on...
2 Aug 9, 2001
8:02 pm

Bram Moolenaar
Bram@...
Send Email

Earlier I posted that I was having some odd coredumping when using gvim and the guipty option. It turns out that libncurses and libc on Solaris 8 share some...
3 Aug 9, 2001
7:32 pm

Will Fiveash
william.fiveash@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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