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...
75169
Eric Leenman
eric.leenman@...
Nov 1, 2006 8:11 am
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...
75172
Theerasak Photha
hanumizzle@...
Nov 1, 2006 10:51 am
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...
75173
A. S. Budden
abudden@...
Nov 1, 2006 11:06 am
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...
75174
Theerasak Photha
hanumizzle@...
Nov 1, 2006 12:00 pm
... For some reason, this didn't install in my vim 7.0. I missed it completely! Sorry....
75175
Robert Cussons
r.cussons@...
Nov 1, 2006 1:00 pm
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....
75176
Hugo Ahlenius
fraxinus@...
Nov 1, 2006 1:20 pm
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...
75177
Peng Yu
pengyu.ut@...
Nov 1, 2006 1:21 pm
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...
75178
longraider
longraider@...
Nov 1, 2006 1:26 pm
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)...
75179
Peng Yu
pengyu.ut@...
Nov 1, 2006 1:52 pm
... Hi I actually mean how to wrap around long lines in gvimdiff. Thanks, Peng...
75180
A. S. Budden
abudden@...
Nov 1, 2006 2:03 pm
... 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...
75181
Tim Chase
vim@...
Nov 1, 2006 2:15 pm
... 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...
75182
A.J.Mechelynck
antoine.mechelynck@...
Nov 1, 2006 3:23 pm
... see ... Best regards, Tony....
75183
Dmitriy Yamkovoy
d.yamkovoy@...
Nov 1, 2006 3:41 pm
... Or if you're feeling lazy, ... These enable or disable wrapping for all windows in the current tab. -Dmitriy...
75184
A.J.Mechelynck
antoine.mechelynck@...
Nov 1, 2006 3:44 pm
... 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: {...
75185
A. S. Budden
abudden@...
Nov 1, 2006 3:51 pm
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...
75186
Benji Fisher
benji@...
Nov 1, 2006 4:16 pm
On Tue, Oct 31, 2006 at 03:57:18PM +0000, A. S. Budden wrote: [snip] ... HTH --Benji Fisher...
75187
Dmitriy Yamkovoy
d.yamkovoy@...
Nov 1, 2006 4:22 pm
I didn't know about @:, thanks! -Dmitriy...
75188
Tim Chase
vim@...
Nov 1, 2006 4:39 pm
... 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...
75189
A.J.Mechelynck
antoine.mechelynck@...
Nov 1, 2006 5:04 pm
... 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...
75190
Michael M. Tung
michael.m.tung@...
Nov 1, 2006 6:43 pm
... 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!...
75191
Billy Patton
bpatton@...
Nov 1, 2006 7:07 pm
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?...
75192
Tim Chase
vim@...
Nov 1, 2006 7:16 pm
... 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...
75193
Daryl Lee
dlee@...
Nov 1, 2006 7:21 pm
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:...
75194
Guido Van Hoecke
guido@...
Nov 1, 2006 7:41 pm
In the 'VIM Regular Expressions39; page at ... - reduce multiple blank lines to a single blank I try to understand this, so let's break it up ... is the easy...
75195
Tim Chase
vim@...
Nov 1, 2006 7:46 pm
... 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 ...
75196
art sm
smudgef1@...
Nov 1, 2006 7:48 pm
... 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...