--- Ronald <[EMAIL PROTECTED]> wrote: > I am new. > Usually when I am in command mode (I mean when I pressed ESC), the > cursor shape becomes a block, it is well that when I press `i' or `a' > the cursor will become a bar at the left or right side of the block. > But here is a problem, when I want to enter something like: > > (test) > > I will enter the parentheses first, then I need simple key stokes to > back one letter like: > > control oh or control oi >
Hello, Perhaps if you map () to move the cursor for you, it will save you some trouble: imap () ()<LEFT> Now you should be able to insert () and the cursor will move to the correct place without the need for CTRL-O. regards, Peter Send instant messages to your online friends http://au.messenger.yahoo.com
