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

All, I've noticed some strange cursor behavior when following one of the Wiki tips. Below is a 26-line-long file to describe and demonstrate the problem. "...
5 May 3, 2012
6:28 am

Christian Brabandt
cblists@...
Send Email

Hi, The motion t{char} does not work when the character I choose is "}". Does anyone know why? I use gvim 7.3 on Windows XP. Thanks, Antonis -- You received...
7 May 3, 2012
12:28 am

Chris Lott
chris@...
Send Email

I just started using tmux, and i am exploring 256 color option of the terminal. Is there any good colorscheme that uses theses colors effectively, especially ...
10 May 2, 2012
8:03 pm

Chris Jones
cjns1989@...
Send Email

I have vimrc and copy of ~/.vim/ with all plugins -- but i can not migrate this settings on clear version vim (fresh install). Why vim does not include plugin...
3 May 2, 2012
10:40 am

Дмитрий ...
9erthalion6@...
Send Email

I would like to know how to highlight matches after invoking a function p.e. function! s:MyFunction() let search = '\d&#92;+' let @/ = search return "normal n" ...
1 May 2, 2012
7:17 am

rameo
raiwil@...
Send Email

Hi all, Mark.vim plugin is disabled after i restore my workspace from session.vim every time. I can't highlight anything using mark.vim. Could you guys help me...
3 May 2, 2012
5:04 am

Edward Xu
dwrdx5@...
Send Email

What is it? ... dbext.vim : Provides database access to most databases. http://www.vim.org/scripts/script.php?script_id=356 This plugin contains...
1 May 2, 2012
1:50 am

David Fishburn
dfishburn.vim@...
Send Email

Hello all, I have this annoying problem and I'm hoping some of the vim gurus out there will be able to help me. I'm a C++ programmer and I love working with...
6 May 1, 2012
8:27 pm

jrrandall@...
Send Email

I seem to have trouble with the matchtime option. As I understand it, this option will show the matching-brace highlight for a short time, then disappear. I...
8 May 1, 2012
4:41 pm

Dotan Cohen
dotancohen@...
Send Email

Yes, its back! Albeit at a new webhost (apply your favorite search engine to hostbig). You may find it at: http://www.drchip.org/ Hopefully all my vim pages...
9 May 1, 2012
2:37 pm

Charles Campbell
Charles.E.Campbell@...
Send Email

When using the spell correction feature ("set spelllang=de_de spell") a word containing a german "ß" (0xDF) is displayed incorrectly if it is found to be...
1 May 1, 2012
12:08 pm

Axel Bender
axel.bender@...
Send Email

There is tips which adds code snippets of code. i talk about func TextEnableCodeSnip in...
1 May 1, 2012
9:04 am

Sergey Vakulenko
svakulenko.a@...
Send Email

When I start gvim with a file name Gvim h:\bin&#92;pcalc.pl, if I edit another file by name, it references the same directory... However, if I use UNC name, Gvim...
1 May 1, 2012
5:52 am

Linda W
vim@...
Send Email

... I'm not sure you can. Try hitting Ctrl-K in Insert mode, followed by the desired key combination, and see if anything appears. If yes, it is the <> form of...
4 Apr 30, 2012
2:43 pm

Ben Fritz
fritzophrenic@...
Send Email

... How about just always leaving insert mode when leaving the current tab page? autocmd TabLeave * stopinsert -- You received this message from the "vim_use"...
4 Apr 28, 2012
11:03 am

Andrei Zmievski
andrei@...
Send Email

Hi I wonder, how i can enable auto copy of selected text into '+' register in Ubuntu (to share clipboard between apps)? i have set guioptions+=a (in...
21 Apr 28, 2012
11:02 am

Sergey Vakulenko
svakulenko.a@...
Send Email

I recently found this out: "Suppose you typed a longer command and you noticed that you had made several mistakes, and wanted to do the correction in the vi...
11 Apr 28, 2012
10:34 am

Taylor Hedberg
tmhedberg@...
Send Email

Hello, Has anyone successfully built Vim for Windows 7 with support for 64 bit perl? It would be nice if VIM were 64 bit, but 32 bit VIM is OK; embedded perl...
5 Apr 28, 2012
7:36 am

Linda W
vim@...
Send Email

I downloaded the Japanese dictionary file "SKK-JISYO.M" [1] which is required for the skk vim plugin [2]. [1]...
3 Apr 27, 2012
3:12 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

Hi, I was just wondering why the (more-easily typed) 'q' button is mapped by default to *record* a macro and the '@' character to actually "play" the macro...
7 Apr 26, 2012
8:08 pm

Ümit Kablan
umitkablan@...
Send Email

Hi, I recently look for re-(format|indent)ing my code and after many queries on google or in :help I didn't find a satisfactory solution. On websites I found a...
6 Apr 25, 2012
3:15 pm

Ben Fritz
fritzophrenic@...
Send Email

According to the help (:he :ilist) ... would find all occurrences of the string 'foo' while ... would find all occurrences of the pattern \<foo&#92;>, that is,...
6 Apr 25, 2012
12:47 pm

esquifit
esquifit@...
Send Email

It happens that I still use the original Unix markup language, troff with commands that start with a dot on at the beginning of a line, or ocmes that start...
4 Apr 24, 2012
9:06 pm

howard Schwartz
howardb21@...
Send Email

I'm trying to figure out if there's an easy way to do a ... pair of usage ideas: " 1) diff against a previous revision of the file ... " 2) diff against a...
5 Apr 24, 2012
5:04 pm

Tim Chase
vim@...
Send Email

I have a bunch of numbers and for each of them I have to find all occurrences in a file, that is: for the first number, find all lines containing the number,...
5 Apr 24, 2012
4:41 pm

esquifit
esquifit@...
Send Email

I am trying to write an script to execute a vim command to multiples txt files and to overwrite these txt with the result. Something like that. #!/bin/sh for i...
11 Apr 24, 2012
12:42 pm

Reid Thompson
Reid.Thompson@...
Send Email

Hello to all readers, I use submatch() to increment/decrement numbers in a text. My questions are: 1) In my country the "comma" is seen as decimal separator. ...
8 Apr 24, 2012
9:18 am

rameo
raiwil@...
Send Email

I have a few hundred text files, mostly documentation, and all of them ... I would like to have Vim automatically create folds so that I could use the usual...
7 Apr 24, 2012
6:20 am

Chris Jones
cjns1989@...
Send Email

When editing a file using ftp, sometimes I mis-enter my password. What is command to re-issue the user name and password? Thank You. -- You received this...
3 Apr 23, 2012
2:39 pm

octopusgrabbus
octopusgrabbus@...
Send Email

Good Morning. Vim 7.3.1-421 Windows 7 64-bit. I want to create a command mode mapping which will do a substitution on what is already typed in. I am just...
7 Apr 21, 2012
11:48 pm

David Fishburn
dfishburn.vim@...
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