Dear all, I convinced my girlfriend of using gvim on Windows. However, she is not fascinated of first typing 'i' to start insert mode. So, my question is: is...
43794
Saar Machtinger
SAARMA@...
Oct 1, 2003 4:36 pm
Your girlfirend :-) B R A V O !!! someone with a life :-) ... The information contained in this message is proprietary of Amdocs, protected from disclosure,...
43795
Antoine J. Mechelynck
antoine.mechelynck@...
Oct 1, 2003 4:45 pm
... Hm... Let's give it a try... What about... \(^S[IK]\).*$\(\1.*$\)* (Untested). Match start-of-lline + SI or SK, then 0 or more characters, then ...
43796
Geoffrey Mann
Geoffrey.Mann@...
Oct 1, 2003 4:50 pm
Lukas, My first advice is don't mix software and girlfriends. If she makes you choose between VIM and her, what will you do? :) Can you live without VIM? A...
43797
Yegappan Lakshmanan
yegappan@...
Oct 1, 2003 4:50 pm
... We already have a extensive Vim FAQ at http://vimdoc.sourceforge.net/vimfaq.html I do periodically update this FAQ based on the questions in the vim...
43798
Yegappan Lakshmanan
yegappan@...
Oct 1, 2003 4:53 pm
... This is already done and the Vim FAQ is available at http://vimdoc.sourceforge.net/vimfaq.html - Yegappan ... __________________________________ Do you...
43799
Bram Moolenaar
Bram@...
Oct 1, 2003 5:00 pm
... Great remark to use as a quote! :-) ... A more drastic way is starting "evim" or "vim -y". -- hundred-and-one symptoms of being an internet addict: 67....
43800
Antoine J. Mechelynck
antoine.mechelynck@...
Oct 1, 2003 5:02 pm
... [...] ... Sorry for repeating myself, but what about the FAQ that can already be accessed from the "Documentation" section at vim-online ? Regards, Tony....
43801
Saar Machtinger
SAARMA@...
Oct 1, 2003 5:02 pm
Yegappan -> Thanks, exacltly what I was looking for ... The information contained in this message is proprietary of Amdocs, protected from disclosure, and may...
43802
Antoine J. Mechelynck
antoine.mechelynck@...
Oct 1, 2003 5:20 pm
... She might want to use the shortcut dubbed "gvimEasy" which was normally created during Vim installation. Though why want to cripple Vim by forcing it...
43803
Russell Shaw
rjshaw@...
Oct 1, 2003 5:21 pm
... Hi, I just meant that the sheet i did is no substitute for the FAQ whether it exists or not. I didn't mean that another FAQ is needed, and i haven't needed...
43804
Keith Roberts
kroberts@...
Oct 1, 2003 5:26 pm
... The problem with googling is that you get too many references, and it takes too much time to go thru them all to see what might actually address your ...
43805
Eugene Lee
eugene@...
Oct 1, 2003 5:32 pm
... So if you notice that your girlfriend has a little LISP, you might have a difficult relationship? :-) -- Eugene Lee eugene at anime dot net...
43806
bps8@...
Oct 1, 2003 5:33 pm
... How about this one... ^\(..\):.*\_$\(92;n\1:.*\_$\)92;+ Brett S....
43807
Russell Shaw
rjshaw@...
Oct 1, 2003 5:33 pm
... On second thoughts, a cheet-sheet is only good for learning normal vim use. My sheet doesn't have any options settings that most questions are about. An...
43808
Keith Roberts
kroberts@...
Oct 1, 2003 6:05 pm
Ok, I noticed how quickly nobody leapt in to answer my question, and perhaps I scared everyone away by mentioning the word "environment", but let's try this...
43809
Tim Chase
gumnos@...
Oct 1, 2003 6:13 pm
... perhaps ... try ... Perhaps a more detailed description of the goal in mind would help folks leap to an answer :) If the solution provided did everything...
43810
Keith Roberts
kroberts@...
Oct 1, 2003 6:42 pm
... A case of "I know what I want to do, but forgot to tell y'all". :) ... Tried this; no change. The problem isn't that "updates" are shown, it's that it...
43811
Tim Chase
gumnos@...
Oct 1, 2003 7:21 pm
... it ... output ... solution, ... Ah...to do this, you may need to use a vi clone other than vim that supports "open" mode (it's either "stevie" or...
43812
mikmach@...
Oct 1, 2003 7:36 pm
... The easiest way is to create _two_ mappings: map <F3> :Funny("normal")<cr> vmap <F3> :Funny("visual")<cr> And in function test for argument. m. -- Vim +...
43813
mikmach@...
Oct 1, 2003 7:37 pm
... About googling: is Yegappan's FAQ registered at DMOZ? I discovered that registration there can put your link at the very first page of results in Google...
43814
Tim Chase
gumnos@...
Oct 1, 2003 7:44 pm
... wow...learned something new! :) Unfortunately, this seems to require that vim be built with +visual which it's not. I eagerly ssh'ed onto the box to test...
43815
Keith Roberts
kroberts@...
Oct 1, 2003 7:49 pm
... I'd MUCH rather use the tools I know than YAP (Yet Another Program). ... Been there; done that. 'ex' == 'vim -e', and presumably I should be able to use...
43816
Tim Chase
gumnos@...
Oct 1, 2003 7:52 pm
... Well, they're just other vi clones, so there's little to relearn...I39;m still hoping that some day open-mode will be implemented in vim :) Just my little ...
43817
Tim Chase
gumnos@...
Oct 1, 2003 8:24 pm
... Ah...I was running off the help xref'd at :he -s which is of the form -s {scriptin} so I assumed that ex's -s parameter would work the same way... :-S I ...
43818
Antoine J. Mechelynck
antoine.mechelynck@...
Oct 1, 2003 8:32 pm
... Yeah, I think so too. ... My pleasure. Tony....
43819
Kevin Tomasek
ktomasek@...
Oct 1, 2003 8:35 pm
All, I am currently using vim within a vncviewer in my office as my normal mode of operation. I do this so that when I go home I can access the same vnc...
43820
Antoine J. Mechelynck
antoine.mechelynck@...
Oct 1, 2003 8:50 pm
... ex -s myfile.txt < myscript.vim ? Regards, Tony....
43821
Charles E. Campbell
cec@...
Oct 1, 2003 9:09 pm
... AFAIK one can't determine if vim is currently in visual mode or not. ... fun! Test() range if mode() == 'n' && visualmode() =~ "[vV\<c-v>]" && \...
43822
Keith Roberts
kroberts@...
Oct 1, 2003 9:33 pm
... Uhhh... yeah ... I'd say a little example there would be MANDATORY, since the usage is completely contrary to other options!! Obviously, more than one...