Re: Best way to repeat a sequence of keystrokes/commands with a single keypress ?

2007-03-13 Thread Ivan Vecerina
"Tim Chase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] : > While editing a file, I decide to rename "someIdentifier" to : > "someIdentifier_" - I will need to append the underscore to : > several (but usually not all) instances of the word. : : The typical way to do this would be

Re: Best way to repeat a sequence of keystrokes/commands with a single keypress ?

2007-03-12 Thread Ivan Vecerina
[ again, trying to workaround messy newline conversions ] Thank you (and Jürgen too), @@ is an easy first step for me. Next: "Tim Chase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] : Alternatively, problems can often be rephrased in terms of an : Ex command that uses the ":%s" or "

Re: Best way to repeat a sequence of keystrokes/commands with a single keypress ?

2007-03-12 Thread Ivan Vecerina
Thank you (and Jürgen too), @@ is an easy first step for me. Next: "Tim Chase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] : Alternatively, problems can often be rephrased in terms of an Ex : command that uses the ":%s" or ":g"/":v" to perform changes : across the entire fil

Best way to repeat a sequence of keystrokes/commands with a single keypress ?

2007-03-09 Thread Ivan Vecerina
Hi, I sometimes want to repeat a sequence of operations like I would repeat a single command. For example, I can repeat with '.' something like: gI//{is a single operation '.' repeats all} But I cannot as easily repeat: 02r/{ '.' will repeat the 2r/ , but not the move to 0 } [ Let's not

Re: How to directly enter visual mode from insert mode ?

2006-10-04 Thread Ivan Vecerina
"Ivan Vecerina" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] : This is a problem I am occasionally stumbling on: : as I am done typing some new next in insert mode, I want : to highlight and erase some text ahead of the insert point. I'm adding i_Ctrl-O to

How to directly enter visual mode from insert mode ?

2006-10-03 Thread Ivan Vecerina
This is a problem I am occasionally stumbling on: as I am done typing some new next in insert mode, I want to highlight and erase some text ahead of the insert point. Best case, I can type: lv But if I am at the end of the line, this won't work (the last character I inserted will be selected as

Re: Visual Studio 2005 and gvim

2006-09-27 Thread Ivan Vecerina
"Stavros Tsolakos" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] : I am forced to work with VS2005, but I have been using vim for the last : 5 years now and I find using another editor quite impossible. As others pointed out, it is easy enough to script VS2005 to launch gvim as a

Re: HTML editing with vim: where to start ?

2006-05-17 Thread Ivan Vecerina
"Gerald Lai" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] : On Tue, 16 May 2006, Ivan Vecerina wrote: : You could read Bram Moolenaar's : "Seven Habits of Effective Text Editing" at: : http://www.moolenaar.net/habits.html A very good read inde

Re: HTML editing with vim: where to start ?

2006-05-17 Thread Ivan Vecerina
"Mikolaj Machowski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] : Dnia wtorek, 16 maja 2006 14:17, Ivan Vecerina napisa³: : > - get vim to automatically close/complete the innermost previously : > opened tag. : : What do you mean automatically?. You can do:

HTML editing with vim: where to start ?

2006-05-16 Thread Ivan Vecerina
Hi, I'm pretty new to Vim, but went through several tutorials, quick references, a number of help pages, and briefly through the Vim book. I also hear announcements about Vim7's enhanced built-in support for HTML editing. I even tried to play a bit with the auto-completion (got some 'completion