Skip to search.
vim · Vim (Vi IMproved) text editor users list

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

  Messages Help
Advanced
Messages 82192 - 82221 of 131319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
82192 Tim Chase
vim@... Send Email
Sep 1, 2007
12:48 pm
... 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?...
82193 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 1, 2007
1:21 pm
... 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...
82194 BartlebyScrivener
bscrivener42@... Send Email
Sep 1, 2007
1:22 pm
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...
82195 Tim Chase
vim@... Send Email
Sep 1, 2007
1:26 pm
... You could try ... -tim --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information,...
82196 gabor
gabor.bernath@... Send Email
Sep 1, 2007
2:10 pm
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...
82197 Franco Saliola
saliola@... Send Email
Sep 1, 2007
2:10 pm
... 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 -- ...
82198 Tim Chase
vim@... Send Email
Sep 1, 2007
2:34 pm
... 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...
82199 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 1, 2007
3:01 pm
... 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...
82200 BartlebyScrivener
bscrivener42@... Send Email
Sep 1, 2007
3:32 pm
... Oh, man. That's poifect. Thanks, Tim rd --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For...
82201 gabor
gabor.bernath@... Send Email
Sep 1, 2007
3:43 pm
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 ... ...
82202 Dave Land
land@... Send Email
Sep 1, 2007
5:16 pm
... 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...
82203 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 1, 2007
5:41 pm
... 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>...
82204 John Little
john.b.little@... Send Email
Sep 2, 2007
1:14 am
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...
82205 Pavel Shevaev
pacha.shevaev@... Send Email
Sep 2, 2007
7:26 am
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...
82206 John Beckett
johnb.beckett@... Send Email
Sep 2, 2007
9:50 am
... 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: ...
82207 Jürgen Krämer
jottkaerr@... Send Email
Sep 2, 2007
10:14 am
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...
82208 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 2, 2007
10:42 am
... 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? ...
82209 Richard Hartmann
richih.mailinglist@... Send Email
Sep 2, 2007
11:53 am
... From my personal experience, this approach is useless :/ Richard --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
82210 Edward L. Fox
edyfox@... Send Email
Sep 2, 2007
2:11 pm
Hi Richard, ... Well, just mail Bram and he can forward your problem to the internal developers in Google. ... Regards, Edward L. Fox ...
82211 Lazy Fox
lazy.fox.wu@... Send Email
Sep 2, 2007
3:12 pm
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...@...> ... ...
82212 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 2, 2007
3:26 pm
... With the above arguments, you must have gtk2-devel and x11-devel installed, and possibly other "development" packages too. Non-development packages are ...
82213 Dave Land
land@... Send Email
Sep 2, 2007
3:43 pm
... 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...
82214 Lazy Fox
lazy.fox.wu@... Send Email
Sep 2, 2007
4:41 pm
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 ...
82215 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 2, 2007
5:26 pm
... 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...
82216 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 2, 2007
5:26 pm
... 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 ...
82217 DanielBaniel
DanielBaniel@... Send Email
Sep 2, 2007
8:12 pm
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...
82218 DanielBaniel
DanielBaniel@... Send Email
Sep 2, 2007
8:26 pm
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. ...
82219 Taylor Venable
taylor@... Send Email
Sep 2, 2007
9:51 pm
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...
82220 Tim Chase
vim@... Send Email
Sep 2, 2007
11:02 pm
... 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...
82221 Jürgen Krämer
jottkaerr@... Send Email
Sep 3, 2007
5:46 am
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. ...
Messages 82192 - 82221 of 131319   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