I really like t, but I can't seem to find an equivalent character movement over lines. #begin (cursor here) here is some text that is between pound sign's. ...
Eric Winger
ewinger@...
Apr 1, 2004 5:13 pm
49034
... [comrporate disclaimer snipped] Do you mean searching up to a hash mark in column 1, as with ?^# or maybe down to #end, as with /#end Of course they can...
Antoine J. Mechelynck
antoine.mechelynck@...
Apr 1, 2004 6:14 pm
49035
... You know, I wrote this with the intent on provided a movement command with a !, but afterwards I found that doing a !/#end<enter> works within the bang. So...
Eric Winger
ewinger@...
Apr 1, 2004 6:32 pm
49036
Which diferences BufNewFile event has between vim 6.1 and vim 6.2? Since I had installed vim 6.2 xmledit plugin stop auto-inserting xml headers into new xml...
Patricio Palma Contre...
patriciopalma@...
Apr 1, 2004 8:33 pm
49037
... My suggestion is to contact the writer of the xmledit plugin, Devin Weaver: devin@..., all of which I got from vim.sf.net. Regards, Chip Campbell...
Charles E. Campbell, ...
drchip@...
Apr 1, 2004 8:57 pm
49038
I recall reading somewhere that you could set vim up to do email. Perhaps I have a bit loose, but is that possible. If so is there a tutorial on how to do it...
Eric Winger
ewinger@...
Apr 1, 2004 9:10 pm
49039
Hello, ... What do you mean ? You want to use vim to compose your e-mails (as I'm doing right now) or you want Vim to act as a MUA ? For the late option, check...
Luc Hermitte
hermitte@...
Apr 1, 2004 9:31 pm
49040
Being my usual tangental self, I found the VimIRC plugin on my way to making vim my email editor and immediately had to dive in. In trying to make the VimIRC...
Eric Winger
ewinger@...
Apr 1, 2004 11:56 pm
49041
... Did you run ./configure? It appears that you didn't. This is an important step if you're going to build vim with a non-standard option or install it in a...
Gary Johnson
garyjohn@...
Apr 2, 2004 1:20 am
49042
... First, decide whether it is a problem with the autocommand or a problem with the function. Use ... to find out the script number for xmledit.vim . Assume...
Benji Fisher
benji@...
Apr 2, 2004 3:51 am
49043
... I believe that is not necessary: running make will automatically reun configure. I normally do "make" first, then "make install," but that should not...
Around about 02/04/2004 08:37, Ron Aaron typed ... ... Hmm. Could be the vnc X server doesn't support a lot of the stuff that GNOME/GTK2 requires - is that...
Neil Bird
neil@...
Apr 2, 2004 8:55 am
49048
.,N and n dont work ;-( Thanx...
Udo Melis
melis@...
Apr 2, 2004 11:52 am
49049
... HTH --Benji Fisher P.S. You can also use :<Up><CR> ....
Benji Fisher
benji@...
Apr 2, 2004 12:13 pm
49050
... Paul -- Department of Computing, Imperial College London http://myitcv.org.uk/...
Paul Jolly
paul@...
Apr 2, 2004 12:15 pm
49051
... & is the key i was looking for. Thx...
Udo Melis
melis@...
Apr 2, 2004 12:21 pm
49052
... Well, there's the easy form of vim -u NONE -U NONE which starts vim with the default configuration, which has compatibility with the original vi fairly...
gumnos (Tim Chase)
gumnos@...
Apr 2, 2004 7:34 pm
49053
I've decided it is high time that I learn to use vim. Though I am confirmed emacs user, there are times when it is not available. However, I would like to...
Chris Lott
chris@...
Apr 2, 2004 7:43 pm
49054
... [snip] Leave the diffexpression commented out and kill the other lines. If you get rid of the rest, you'll have as vanilla a vim as you can have anywhere ...
Alejandro López-Va...
dradul@...
Apr 2, 2004 7:45 pm
49055
Okay; here goes: You have a pretty extensive help system available to you in Vim, including a tutorial to get you started. Try :help as a command (remember...
Halim, Salman
salman@...
Apr 2, 2004 8:24 pm
49056
... After you read all answers, you will of course decide for yourself. With all the configuration options there are in Vim, I don't think there is one ...
Antoine J. Mechelynck
antoine.mechelynck@...
Apr 2, 2004 8:50 pm
49057
I'm not sure I see the need for CursorHold in there, unless you use :match elsewhere in your work, too. (I don't, so have a simple :match.) The only thing I...
Halim, Salman
salman@...
Apr 2, 2004 10:25 pm
49058
... If you are going to be using random Unix boxes then be prepared for no vim either. But don't worry, Vim is 99% vi compatible. Stay away from the scroll bar...
Antony Scriven
ads@...
Apr 2, 2004 10:25 pm
49059
Hi, I was wondering if would be possible to do the following: In a text file if I select a section of text with my mouse (or any other means of selecting...
Rajarshi Guha
rxg218@...
Apr 2, 2004 11:12 pm
49060
Some development environment editors will show a vertical bar beside column 80 to allow users to visibly see the column without restricting the width of their...