Hi, The subject says it all :) I want to load a file into a tab when starting vim from the console (termulator under X) with that file given on the...
Meino Christian Cramer
Meino.Cramer@...
Nov 1, 2006 8:03 am
75169
Hi, I was wondering if you can combine arrow keys with Fx keys. For example, can a mapping like <CTRL><left> be replaced with <F2><left> The idea is to move...
... This appears to do the same "viqr" method as the keymap that's included in the distribution. Can you get together with the author of the keymap currently...
Bram Moolenaar
Bram@...
Nov 1, 2006 10:20 am
75172
Omnicompletion crashes Vim with a SIGABRT using Vim 7.0 and Python 2.5 on Linux x86. It mentions moreover that glibc detected double free or corruption. Does...
Theerasak Photha
hanumizzle@...
Nov 1, 2006 10:51 am
75173
Just a small (and very minor) suggestion for the website. I noticed that the "About Vim" page says: "Users of Vim 5 should consider upgrading to Vim 6, which...
A. S. Budden
abudden@...
Nov 1, 2006 11:06 am
75174
... For some reason, this didn't install in my vim 7.0. I missed it completely! Sorry....
Theerasak Photha
hanumizzle@...
Nov 1, 2006 12:00 pm
75175
Hi everyone, In a C programme for example is there a way to get Vim to ignore matches that are commented out when searching for a string? Thanks, Rob....
Robert Cussons
r.cussons@...
Nov 1, 2006 1:00 pm
75176
Hi, I am trying to set up my subversion client(s) so that I can get any diffs open in a proper diff mode, in an existing gvim session, in a new tab... Any tips...
Hugo Ahlenius
fraxinus@...
Nov 1, 2006 1:20 pm
75177
Hi, It seems that longs line shown in gvimdiff would be broken. I have to move the cursor to the end of the long to read it. I'm wondering how to break lines...
Peng Yu
pengyu.ut@...
Nov 1, 2006 1:21 pm
75178
Hi I've a habit for writing such a code: { s; } In this way: When I'm on blank linke, i press: shift-[ enter shift-] up-arrow enter (sometimes tab here)...
longraider
longraider@...
Nov 1, 2006 1:26 pm
75179
... Hi I actually mean how to wrap around long lines in gvimdiff. Thanks, Peng...
Peng Yu
pengyu.ut@...
Nov 1, 2006 1:52 pm
75180
... I don't know how to do exactly what you ask, but have you seen vcscommand.vim? http://www.vim.org/scripts/script.php?script_id=90 It has a VCSVimDiff...
A. S. Budden
abudden@...
Nov 1, 2006 2:03 pm
75181
... I would suggest ... or ... as they seem to work fine for me in diffmode. It should apply on a per-window basis, so you may have to execute it in each diff...
Tim Chase
vim@...
Nov 1, 2006 2:15 pm
75182
... see ... Best regards, Tony....
A.J.Mechelynck
antoine.mechelynck@...
Nov 1, 2006 3:23 pm
75183
... Or if you're feeling lazy, ... These enable or disable wrapping for all windows in the current tab. -Dmitriy...
Dmitriy Yamkovoy
d.yamkovoy@...
Nov 1, 2006 3:41 pm
75184
... Do you mean Shift-[ or do you mean { ? (On my keyboard, { is not Shift-[ but AltGr-ç ). With (in Insert mode) the sequence {<Enter>}<Up><Enter>s; I get: {...
A.J.Mechelynck
antoine.mechelynck@...
Nov 1, 2006 3:44 pm
75185
Dear all, When entering commands on the command line, I often use the completion facility by pressing tab. I have the wildmode set to longest:full. I have...
A. S. Budden
abudden@...
Nov 1, 2006 3:51 pm
75186
On Tue, Oct 31, 2006 at 03:57:18PM +0000, A. S. Budden wrote: [snip] ... HTH --Benji Fisher...
Benji Fisher
benji@...
Nov 1, 2006 4:16 pm
75187
I didn't know about @:, thanks! -Dmitriy...
Dmitriy Yamkovoy
d.yamkovoy@...
Nov 1, 2006 4:22 pm
75188
... It's a very handy thing, though in earlier versions of vim if you had a literal control+M in the last command-line (as entered with a control+V followed by...
Tim Chase
vim@...
Nov 1, 2006 4:39 pm
75189
... Note that, unlike with the Ctrl, Shift and Alt keys, the sequence <press F2> <release F2> <press Left> <release Left> _will_ activate the mapping. Best...
A.J.Mechelynck
antoine.mechelynck@...
Nov 1, 2006 5:04 pm
75190
... Thanks for all the helpful replies! I am using the following hack in the ftplugin based on Yakov's suggestion: " define function to open gtd file function!...
Michael M. Tung
michael.m.tung@...
Nov 1, 2006 6:43 pm
75191
In gvim I can hold the shift and double click over a word and it searches for that word. Can I set this up in vim?...
Billy Patton
bpatton@...
Nov 1, 2006 7:07 pm
75192
... If you only have the two diff windows open, this is about as efficient as "control+W control+W at colon" to change windows and re-execute the last-issued...
Tim Chase
vim@...
Nov 1, 2006 7:16 pm
75193
Press * in command mode while the cursor is over a word. Daryl ... From: Billy Patton [mailto:bpatton@...] Sent: Wednesday, November 01, 2006 9:23 AM To:...
Daryl Lee
dlee@...
Nov 1, 2006 7:21 pm
75194
In the 'VIM Regular Expressions' page at ... - reduce multiple blank lines to a single blank I try to understand this, so let's break it up ... is the easy...
Guido Van Hoecke
guido@...
Nov 1, 2006 7:41 pm
75195
... Easy enough. The basic pattern, as you recognize is ... In this case, the action is, as you identify ,/./-j What you have here is of the form {range}j ...
Tim Chase
vim@...
Nov 1, 2006 7:46 pm
75196
... Thanks for your help! I'm using: $ uname -a SunOS sundev2 5.9 Generic_112233-12 sun4u sparc SUNW,Sun-Fire When I forked the process through truss, the...