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

is there a way to go back to the previous position in a file? something like a history for the cursor position? i generally put markers in files when i'm...
5 Dec 5, 2011
9:15 pm

Zind
wzmindlog@...
Send Email

Hi all, I am trying to write an "extract method" function like this: vmap <leader>e :call ExtractSub()<cr> function!...
2 Dec 5, 2011
5:02 pm

Ben Fritz
fritzophrenic@...
Send Email

Hi, I use VIM 7.1 OS: Linux (kernel version 2.6.34) CPU: Intel Core 2 Duo When I hold down the [CTRL] key and press the 's' key simultaneously (both in command...
7 Dec 5, 2011
9:09 am

Anthony Campbell
ac@...
Send Email

This plugin provides a vim <--> VCS (currently only mercurial) integration for your projects. Features: - Partially committing changes (:AuRecord). - Viewing...
6 Dec 3, 2011
5:31 pm

ZyX ZyX
zyx.vim@...
Send Email

I like the ci" feature in Vim, especially how you can type ci" from *outside* a quoted string. Vim figures out that I want to change the contents of the first...
4 Dec 3, 2011
2:35 am

Nathan Neff
nathan.neff@...
Send Email

Is there any way I can save all the splits with one command? George Papanikolaou g3orge.app@... -- You received this message from the "vim_use" maillist....
5 Dec 3, 2011
1:02 am

BC
bruce.armstrong@...
Send Email

How do I find the next occurance of a pattern which is not preceeded in the same line by a comment token? The identity of the comment token should be derived...
5 Dec 2, 2011
5:41 pm

Andy Wokula
anwoku@...
Send Email

Hi, I was wondering what would lead 'F3' to be mapped to 'g~w' with the 'mail' file type? I want 'F3' to be: nmap <silent> <F3> :echo "hi<" ....
7 Dec 2, 2011
4:57 pm

Bastien Dejean
nihilhill@...
Send Email

I want to try to force myself to use vim (MacVim) as my primary project editor but this is holding me back... I often will find a multi line snippet of text...
7 Dec 2, 2011
4:47 pm

Rick R
rickcr@...
Send Email

I often use the expression register to make simple calculations in vim. Eg. in insert mode I type "Ctrl-r = 59 + 38" to get the result 97 in my text, but this...
10 Dec 2, 2011
1:15 pm

pauli baadsager
pauli.baadsager@...
Send Email

Hi, Instead of: hi def link mailSubject LineNR Shouldn't: hi def link mailSubject Title be more appropriate? Greetings, -- Bastien -- You received this...
1 Dec 2, 2011
11:17 am

Bastien Dejean
nihilhill@...
Send Email

This function and its friend PrevDQ() work. If I am diffing goes to next change, or if doing helpgrep will go to the next. When at the end of the helpgrep, it...
3 Dec 2, 2011
2:03 am

Bee
beeyawned@...
Send Email

Hi, There is the func rename( to rename a file. Is there a native func to copy entire directory recursively to another directory destination. Thanks -- You...
3 Dec 2, 2011
12:06 am

sc
toothpik@...
Send Email

I want Ctrl+C to copy selected text to clipboard and switch to command mode. The line bellow populates clipboard but doesn't do the switching to command mode....
6 Dec 1, 2011
3:27 pm

Jean-Rene David
jrdavid@...
Send Email

Hi, I am trying to install vim 7.3 locally on a red hat machine in which I have a user account. I downloaded the source code from vim.org and ran the...
5 Dec 1, 2011
6:50 am

ACR
anith.ravi@...
Send Email

I use these function keys on Linux with no problems (the zz is lower case, not upper case and was done to get rid of some strange behavior on OpenSuse 11.2...
8 Dec 1, 2011
3:16 am

Henry Hertz Hobbit
hhhobbit@...
Send Email

Hi, https://github.com/baskerville/bubblegum Greetings, -- Bastien -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply...
6 Nov 30, 2011
2:24 pm

Bastien Dejean
nihilhill@...
Send Email

It happened to a plugin of tpope and to one of mine: 31 down ratings in sequence on 2011-08-06 between 18:234 and 22:05 310 down ratings in sequence on...
17 Nov 30, 2011
12:26 pm

Marc Weber
marco-oweber@...
Send Email

Hi all, I'd like to display "->" with "→ " in haskell files. But I have the impression the conceal mechanism only work to replace "->" by one character. An...
3 Nov 30, 2011
9:42 am

yogsototh
Yann.Esposito@...
Send Email

I'm running the savevers script (http://www.vim.org/scripts/script.php?script_id=89) but I'm not getting the expected numbered backups. These are the only...
1 Nov 30, 2011
1:22 am

Chris Lott
chris@...
Send Email

Hi all My local college radio mentioned vim today... but not our favourite editor. http://vimband.com/ Regards, John -- You received this message from the...
3 Nov 29, 2011
11:18 pm

Andy Wokula
anwoku@...
Send Email

I use Coverity at work (http://www.coverity.com, the same company whose flagship product has been used on a large number of open-source projects over the past...
1 Nov 29, 2011
10:12 pm

Ben Fritz
fritzophrenic@...
Send Email

Sometimes I accidentally enter insert mode and then exit it, this causes . command to reset.. Is there any way to tell vim that, if there was no change, it...
1 Nov 29, 2011
6:01 pm

AK
andrei.avk@...
Send Email

I'm using vim with a bunch of plugins ( pathogen, ctags, snipmate, supertab,... ), and everything works fine for all kinds of file extensions. However, when...
6 Nov 29, 2011
3:51 pm

Marcin Szamotulski
mszamot@...
Send Email

Hi, I am using libcall api from gvim in order to call functions of dll but. 1/ I would like to do first libcall to instantiate one object and this one has to...
2 Nov 29, 2011
8:17 am

Yasuhiro MATSUMOTO
mattn.jp@...
Send Email

I work on Unix and Windows machines, but I keep my vim config directory as well as my documents in sync on my various machines. The file paths on the two...
14 Nov 28, 2011
10:17 pm

Bram Moolenaar
Bram@...
Send Email

Hello all... I've been using of Vim as my everyday editor for many years but have only recently started to program it to do repetitive things for me. I've...
9 Nov 28, 2011
6:47 pm

David Fishburn
dfishburn.vim@...
Send Email

Hi, I want to customize the behavior of CTRL-W CTRL-F. For example, it is of the pattern #include <header.h>, I will search for C and C++ header file...
3 Nov 28, 2011
5:54 pm

Benjamin R. Haskell
vim@...
Send Email

I set NeoComplCache in my vimrc like this. All of those are from help file of NeoComplCache. I want to map <C-n>,<C-p> or <C-j>,<C-k> to select complete item...
9 Nov 28, 2011
4:40 pm

stardiviner
numbchild@...
Send Email

I have a file containing groups of lines separated by an empty line. In vim speak each group is called a paragraph and I can use the following from motion.txt...
7 Nov 27, 2011
11:58 pm

Tim Chase
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