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 24032 - 24061 of 137824   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
24032 Mariappan, MaharajanX
m_mariappanX@... Send Email
Dec 1, 2001
10:27 am
Hi Folks, After the macthed text was highlighted, the yellow color backgroud is persists in gvim[win2000]. How can one unhighlight the matched text, if he...
24033 Kalle Bjorklid
bjorklid@... Send Email
Dec 1, 2001
11:12 am
... or, simply search for something that definitely doesn't exist: /asgd HTH -- "Kalle" Karl-Mikael Bjorklid E-Mail: bjorklid@... Work-related:...
24034 Benji Fisher
benji@... Send Email
Dec 1, 2001
1:02 pm
... I see now: you do a ":normal j" and a ":let l=l+1" inside the loop. (Without the latter, you have a slight problem.) --Benji Fisher...
24035 Benji Fisher
benji@... Send Email
Dec 1, 2001
1:14 pm
... When the searchpair() function was added, someone (Johannes Zellner, I think) decided that it would be nice to give it an 'n' flag, and added this ...
24036 Benji Fisher
benji@... Send Email
Dec 1, 2001
1:18 pm
... The most important option set by evim is 'insertmode&#39;. If you cannot figure out how to get out of insertmode to change this, you can use the Edit.Global&#92;...
24037 dman
dsh8290@... Send Email
Dec 1, 2001
5:22 pm
... That only works if you have the gui. On Unix/X systems (g)vim falls back to console-mode if it can't reach the X server. It would be nice if, for evim at...
24038 Alan C.
acummings@... Send Email
Dec 1, 2001
8:43 pm
Hi, On Win32 sometimes I use Gvim 6 to view or read text article. Such article has paragraphs which are blocks of text the delineator between paragraphs/text...
24039 Alan G. Isaac
aisaac@... Send Email
Dec 2, 2001
12:43 am
set display=lastline Alan Isaac...
24040 Benji Fisher
benji@... Send Email
Dec 2, 2001
3:00 am
... Another option is to split all the lines. ... gggqG (second line in Normal mode). If you are worried about accidentally writing out the modified file, ......
24041 Denis Perelyubskiy
denisp@... Send Email
Dec 2, 2001
7:57 pm
hello, this is not a big deal, but it bothers me a little... every time i source my .vimrc, the current buffer i am editing has the (+), and 'modified&#39; is set....
24042 Peoter Veliki
peoter_vim@... Send Email
Dec 2, 2001
9:11 pm
':he selection' leads to this (a table that may not line up in this message): Possible values: value past line inclusive ~ old no yes inclusive...
24043 C. Porter Bassett
porter@... Send Email
Dec 3, 2001
4:39 am
I am running gvim 6.0 on win2k, and when I try to replace anything with \n, it doesn't work. I get some unprintable character instead of a carriage return. I...
24044 Jonathan Gardner
jgardn@... Send Email
Dec 3, 2001
5:18 am
... Win2k - \r\n instead of \n for linebreaks. Try <CR> instead of \n. jonathan...
24045 Gary Johnson
garyjohn@... Send Email
Dec 3, 2001
7:27 am
... <CR> doesn't seem to work, but \r does, oddly enough. This on a Unix system with ff=unix. Gary -- Gary Johnson | Agilent Technologies ...
24046 Serguei V. Jidkov
jsv@... Send Email
Dec 3, 2001
8:49 am
Hello Gary, ... GJ> <CR> doesn't seem to work, but \r does, oddly enough. This on a Unix GJ> system with ff=unix. \r breaks lines with ff=dos too. ... <CR>...
24047 Pavel Lisy
pali@... Send Email
Dec 3, 2001
12:08 pm
In new version 6.0 appeared new mode marked in status line -- (insert) VISUAL -- ... I have imap macro for saving file imap <C-S> <Esc>:w<CR>a I am in insert...
24048 Piet Delport
siberiyan@... Send Email
Dec 3, 2001
12:56 pm
... [fixed table] ... Well, "exclusive&quot; works as expected here. Are you sure? Keep in mind that in exclusive mode, if `past line' isn't on, you won't be able...
24049 Charles E. Campbell
cec@... Send Email
Dec 3, 2001
2:59 pm
Hello! At Srinath Avadhanula&#39;s suggestion, DrawIt now has a new "[DrawIt erase]" mode, toggled by hitting the <space> bar. When in DrawIt's erase mode, the...
24050 Pavel Lisy
pali@... Send Email
Dec 3, 2001
3:11 pm
... Now I found in version 5.8.7 (from RH 7.2) that status line show -- (insert) VISUAL -- but insert mode is not pending, so I works fine. So it is bug in...
24051 Roman Neuhauser
neuhauser@... Send Email
Dec 3, 2001
5:45 pm
... This is what I have in my .vimrc: " after performing a search, matches are highlighted. get rid of the " highlighting with <Enter> nnoremap <silent>...
24052 Andre Pinheiro Gomes ...
aareas@... Send Email
Dec 3, 2001
7:34 pm
Hi, I edit a lot of text in portuguese that need some accents. The keyboard layout I need is the iso-latin1. I couldn't manage to use it with vim, how exactly...
24053 Luis R. Nunez
LNunez@... Send Email
Dec 3, 2001
7:36 pm
Hi, How do I change the color of whitespace, i.e., when syntax “whitespace (add)” is selected? I’m using vim v5.8 with a dark background. The color of...
24054 Alan G. Isaac
aisaac@... Send Email
Dec 3, 2001
8:13 pm
... Latin 1 is a characterset, not a keyboard layout. http://www.htmlhelp.com/reference/charset/ That said, I think you want ... hth, Alan Isaac...
24055 Andre Pinheiro Gomes ...
aareas@... Send Email
Dec 3, 2001
9:08 pm
Hi, I managed to get my accents right :-) But I still have one problem, I need to put a ~ (tilde) character on top of ... Andre Areas...
24056 Alan G. Isaac
aisaac@... Send Email
Dec 3, 2001
9:16 pm
Get the ISO number and then see ... Good luck. Alan Isaac...
24057 Luis R. Nunez
LNunez@... Send Email
Dec 3, 2001
9:34 pm
Try ~<BS>a OR <CNTR-k>a~ where <BS> is the BackSpace key. Either one should work. Luis ... From: Andre Pinheiro Gomes Areas [mailto:aareas@...]...
24058 Peoter Veliki
peoter_vim@... Send Email
Dec 3, 2001
10:25 pm
This is from the docs: "CTRL-Y Scroll window [count] lines upwards in the buffer. Note: When using the MS-Windows key bindings CTRL-Y is remapped to redo." ...
24059 lwwickla@... Send Email Dec 3, 2001
10:29 pm
In MS-Win mode CTRL-Y is the equivalent of CTRL-R in non-MS-Win mode. "Peoter Veliki" <peoter_vim@...> on 12/04/2001 04:13:32 AM To: "Vim-Users&quot;...
24060 Peoter Veliki
peoter_vim@... Send Email
Dec 3, 2001
10:37 pm
Actually, I meant the question in reverse: What is the mswin equivalent of the non-mswin CTRL-Y (scroll up one line in the buffer). In other words, how do you...
24061 TRUCKS, JESSE (AIT)
jt9873@... Send Email
Dec 3, 2001
10:40 pm
Okay, according to the Makefile, I change DESTDIR to the working directory I want to install to, and it will install there instead. What this does is install...
Messages 24032 - 24061 of 137824   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