Search the web
Sign In
New User? Sign Up
vim · Vim (Vi IMproved) text editor users list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 82192 - 82221 of 109126   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
82192
... Ah...something I must have missed somewhere. Other than "Try it and see that it happens to be the case", is there some place to learn this in the docs?...
Tim Chase
vim@...
Send Email
Sep 1, 2007
12:48 pm
82193
... help winnr() also mentions that winnr('$') is both "the number of the last window" and "the window count". IOW, no holes. The fact that the windows are...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Sep 1, 2007
1:21 pm
82194
Hi, I think this is easy, but can't find in help. If I want to see what is in register b, I do :reg b and it shows me the first line. What if I want to see...
BartlebyScrivener
bscrivener42@...
Send Email
Sep 1, 2007
1:22 pm
82195
... You could try ... -tim --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information,...
Tim Chase
vim@...
Send Email
Sep 1, 2007
1:26 pm
82196
hi, what is the simplest way to select the text between two brackets (parentheses, quotes) so that the selection does not include the brackets? basically i...
gabor
gabor.bernath@...
Send Email
Sep 1, 2007
2:10 pm
82197
... Probably ci) and ci" Read this as "(c)hange (i)nner )". There is also ciw for change inner word. And you can replace the c with a d for delete. Franco -- ...
Franco Saliola
saliola@...
Send Email
Sep 1, 2007
2:10 pm
82198
... which allow you to do things like vi[ to "go Visual with the Inner contents of the '['". This works anywhere within the "[...]" region (including on the...
Tim Chase
vim@...
Send Email
Sep 1, 2007
2:34 pm
82199
... What you need is object selection: see ... The latter two only work within one line; the rest can span line breaks. For instance, vi" visually selects the...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Sep 1, 2007
3:01 pm
82200
... Oh, man. That's poifect. Thanks, Tim rd --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For...
BartlebyScrivener
bscrivener42@...
Send Email
Sep 1, 2007
3:32 pm
82201
cool! this is exactly what i was looking for. thanks to all of you for the elaborate answers. good to see that vim has such a helpful community. gabor ... ...
gabor
gabor.bernath@...
Send Email
Sep 1, 2007
3:43 pm
82202
... This discussion also reminded me of a very handy mapping that some here may enjoy... I do lots of HTML (actually, JSP) editing in my work, and so...
Dave Land
land@...
Send Email
Sep 1, 2007
5:16 pm
82203
... The above mapping (using V = linewise-visual) seems to imply that each HTML tag is always alone on its line. What about some text with <b>bold,</b>...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Sep 1, 2007
5:41 pm
82204
While I think Dr Chip's script fit's your stated requirement well (and I'll be thinking of it in similar circumstances), you could bear in ... It applies...
John Little
john.b.little@...
Send Email
Sep 2, 2007
1:14 am
82205
Folks, could you please suggest some links for C++ development with vim? Unfortunately after pretty much googling around I haven't found for C++ anything as...
Pavel Shevaev
pacha.shevaev@...
Send Email
Sep 2, 2007
7:26 am
82206
... I don't think the Vim Tips wiki is sufficiently finished to satisfy what you're after, but we hope you will eventually find what you want at: ...
John Beckett
johnb.beckett@...
Send Email
Sep 2, 2007
9:50 am
82207
Hi, ... I'm not sure if I have understood the interaction between b:match_words, matchit.txt, and your mapping correctly but wouldn't vit be a much simplet...
Jürgen Krämer
jottkaerr@...
Send Email
Sep 2, 2007
10:14 am
82208
... Well, it would! Thanks for pointing out a text object I didn't know about. Best regards, Tony. -- We gave you an atomic bomb, what do you want, mermaids? ...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Sep 2, 2007
10:42 am
82209
... From my personal experience, this approach is useless :/ Richard --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Richard Hartmann
richih.mailinglist@...
Send Email
Sep 2, 2007
11:53 am
82210
Hi Richard, ... Well, just mail Bram and he can forward your problem to the internal developers in Google. ... Regards, Edward L. Fox ...
Edward L. Fox
edyfox@...
Send Email
Sep 2, 2007
2:11 pm
82211
thank u Is there any way to check which packages of my FC5 is missed? On Sep 2, 10:08 pm, Tony Mechelynck <antoine.mechely...@...> ... ...
Lazy Fox
lazy.fox.wu@...
Send Email
Sep 2, 2007
3:12 pm
82212
... With the above arguments, you must have gtk2-devel and x11-devel installed, and possibly other "development" packages too. Non-development packages are ...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Sep 2, 2007
3:26 pm
82213
... It certainly does! I had no idea. I'm glad to know about that text object! Unfortunately, Vit and Vat don't work as I would have expected: upon typing the...
Dave Land
land@...
Send Email
Sep 2, 2007
3:43 pm
82214
On FC5, I use this config: $ ./config --prefix=/usr/local/vim71/ --with-x --enable-gui=gtk2 -- with-features=huge config and compile are all Ok without error ...
Lazy Fox
lazy.fox.wu@...
Send Email
Sep 2, 2007
4:41 pm
82215
... As I said, get your config.log and find out what configure was looking for and didn't find. Then, use grep on the output of "rpm -qa" to find if a given...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Sep 2, 2007
5:26 pm
82216
... After an operator (but not v V Ctrl-V) and before the motion or object, you can use v V or Ctrl-V to force te operator to act characterwise, blockwise or ...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Sep 2, 2007
5:26 pm
82217
Hi. I've been looking for a while for a way to generate a java class with getters/setters. I have found a plug-in called vjde which I think should be able to...
DanielBaniel
DanielBaniel@...
Send Email
Sep 2, 2007
8:12 pm
82218
Sorry, I just found it on the vim wiki (been updated since last I was there). The plug-in can be found here if anyone's interested. ...
DanielBaniel
DanielBaniel@...
Send Email
Sep 2, 2007
8:26 pm
82219
Hello fellow Vimmers, I know you can set the amount of time that a character-pair match is highlighted using the "matchtime" variable, but I am wondering if...
Taylor Venable
taylor@...
Send Email
Sep 2, 2007
9:51 pm
82220
... While I don't think there's any way to change the timing to something more delayed, there are a couple of options: 1) tweak the 'synmaxcol' option which...
Tim Chase
vim@...
Send Email
Sep 2, 2007
11:02 pm
82221
Hi, ... while in any visual selection mode you can use <V>, <v>, or <C-V> to change to a different one. So just use VitV or vitV to select complete lines. ...
Jürgen Krämer
jottkaerr@...
Send Email
Sep 3, 2007
5:46 am
Messages 82192 - 82221 of 109126   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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