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

I'm sure this is simple, but my searching the help files Currently xml files are opening with all folds closed. I then hit 'zi' which expands all folds. I'm...
4 Aug 4, 2009
3:04 pm

Rick
rickcr@...
Send Email

Hi All, Just implemented this BRILLIANT tip for copying/pasting to/from the windows clipboard in VIM under Cygwin. ...
1 Aug 4, 2009
2:19 am

Robert Mark Bram
robertmarkbram@...
Send Email

Hi All, WinXP + Cygwin + PuttyCyg (keyboard: linux) + vim I have NO mappings in my .vimrc for C-UP, C-DOWN, C-LEFT or C-RIGHT.. yet: C-UP puts "A" on a new...
5 Aug 3, 2009
7:41 am

Robert Mark Bram
robertmarkbram@...
Send Email

Hi all, I'm trying to write a vim script (plugin) that will do the following. When I visually select a part of the text and press the key F2, it will highlight...
3 Aug 3, 2009
6:31 am

googler
pinaki_m77@...
Send Email

When editing Python files, I have a hard time keeping track of the class in which I am changes. This is because the class definition is somewhere way up there...
6 Aug 2, 2009
9:08 am

Yura Machnovskii
yumaxg@...
Send Email

Let me describe two scenarios. First scenario: I have made a visual selection of a text part and pressed 'Esc'. Now I want to highlight this selection. So I do...
1 Aug 1, 2009
8:49 pm

googler
pinaki_m77@...
Send Email

Hello all, I'm using ViM version 7.2 to edit Java files. In Java I have to frequently type this code: System.out.println(" print something "); Is there a way...
9 Jul 31, 2009
6:57 pm

Raúl Núñez d...
raulnac@...
Send Email

hmm basically, itd be cool if i could continuously show the name of the current function the cursor is within down at the bottom... in emacs, (if it is any...
4 Jul 31, 2009
4:53 pm

David Lam
david.k.lam1@...
Send Email

hello, i'm a bit of a vim novice, so sorry if this is a stupid question. how can i stop already-matched strings being excluded from the search text for regexp...
3 Jul 31, 2009
1:47 pm

Jürgen Krämer
jottkaerr@...
Send Email

Arrgh, I wa tweaking my .vimrc tonight and I ruined it. I can't find what setting is causing this, but instead of just using CTRL+V, CTRL+Z, mouse buttons etc,...
7 Jul 31, 2009
8:19 am

Raúl Núñez d...
raulnac@...
Send Email

Hello everybody, I am trying to write a function for searching all text marked in a visual block. the problem is when in the visual block there is something...
3 Jul 31, 2009
8:05 am

J. Manuel Picaza
JMPicaza@...
Send Email

I put vim:ts=4 in one of my source file, but when I open the file the ts is still 8 (my global setting is ts=8), I tried all format of modeline and it does not...
3 Jul 31, 2009
6:53 am

pansz
panshizhu@...
Send Email

I have an open gvim session/window (the term window is used in the context of desktop and not in the context of vim buffers). It displays the name of the...
5 Jul 31, 2009
6:29 am

googler
pinaki_m77@...
Send Email

Hi, I would like to code haXe (www.haxe.org) using vim. Here is a syntax file: http://www.cactusflower.org/haxe.vim since I am unsure what to do with it, I...
2 Jul 30, 2009
8:03 pm

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

Hi, I am using the directory listing features of gvim (for example using the Explore command). I am wondering if there is a way to display the directory...
21 Jul 30, 2009
2:16 pm

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

Hello vim-lovers. :) I am using debian with the current unstable package of vim. Some weeks ago now something seems to have changed with the configuration of...
1 Jul 30, 2009
7:47 am

Gerhard Siegesmund
jerriman@...
Send Email

Hello all recently I again tried to active filetype plugin and indent. I went a lot better than the last time I tried. There still a configurations I don't...
1 Jul 30, 2009
7:12 am

Gerhard Siegesmund
jerriman@...
Send Email

Hi, Is there anyone here using vim python interface? Do you know what is the highest version of python version that works with windows's version of vim? ...
4 Jul 30, 2009
1:10 am

Steven Woody
narkewoody@...
Send Email

Hello,everyone, I can not use the "textwdith&quot; option in the C files.Whatever I set it ,It does not work.But I can use it in other file type such as TXT.... ...
7 Jul 29, 2009
8:59 pm

Nicolas Sebrecht
nicolas.s-dev@...
Send Email

I was hoping to use netrw.vim to view members in a z/OS PDS, but I cannot quite get the format of the URL correct. (Windows XP; Vim 7.2, Big version with GUI) ...
4 Jul 29, 2009
6:52 pm

Fuzzy Logic
fuzzymo@...
Send Email

Hello all. I have a situation that I can't figure out. ... And now I want to define a mapping that will go to that column on the current line, using the <bar>...
7 Jul 29, 2009
4:29 pm

Daniel Tripp
qpmirruvnnvwocasdf@...
Send Email

Hi, I have a file with many procedures like this: CREATE PROCEDURE MyProcedure1 AS ...<body>... GO CREATE PROCEDURE MyProcedure2 AS ...<body>... GO ... In some...
2 Jul 29, 2009
4:21 pm

Ben Fritz
fritzophrenic@...
Send Email

Hello I want to write a compiler plugin for python, I set makeprg to: python -O -c 'import py_compile; exit(py_compile.main([%]))' and it products error...
1 Jul 28, 2009
10:32 pm

StarWing
weasley_wx@...
Send Email

How do I map the escape sequence of gnu screen in a vim keybinding or function? Does not work for me so far. -- - Eric Smith ...
9 Jul 28, 2009
8:42 pm

Christian Ebert
blacktrash@...
Send Email

Hi, My system have cygwin and gvim for windows. I just downloaded cscope and want to use it with my gvim. I compiled cscope under cygwin with no problem, but...
4 Jul 28, 2009
5:44 pm

Alessandro Antonello
antonello.ale@...
Send Email

Hi All, I am 95% sure I have ctags configured correctly (Cygwin on Win XP) because I can do this and see all the expected targets and properties: Thu Jul 23 -...
2 Jul 28, 2009
4:57 am

Robert Mark Bram
robertmarkbram@...
Send Email

Hello, all. Relating to a casual personal pet project, I've recently begun scripting a plug-in for Vim. It's all very ad-hoc and likely not of the soundest ...
1 Jul 28, 2009
4:27 am

Scott Keronkowitz
cikkle@...
Send Email

Hi All, Using either Explore or NERDTree in VIM, is it possible to copy the full path or name of the currently selected item into a register or document? ...
1 Jul 27, 2009
10:08 pm

Robert Mark Bram
robertmarkbram@...
Send Email

I'm using a very nice template plugin called tSkeleton. Right now I'm operating it using an autocmd in my .vimrc: autocmd BufNewFile *.f90 TSkeletonSetup...
4 Jul 27, 2009
9:55 pm

at
atorgovitsky@...
Send Email

Hi everyone! I have some questions about argument types of self- defined functions, please help me: From my understanding, Vim "understands&quot; any type you...
3 Jul 27, 2009
4:15 pm

Jacky Liu
bluegene8210@...
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