Hi Malvikus!

On Di, 17 Aug 2010, Malvikus wrote:

> I've read manual about moving to a character commands. And I've found
> inadvertence. If I use "Ti" command in this line (for example):
> A love Vim, that's the best editor in my life.
> 
> The first I've get cursor on character V in Vim word. But I couldn't
> after that use command ";" or ",". It doesn't work (I know why). But I
> think the most users want behavior when after typing ";" Vim move
> cursor on character d in editor word and etc.

Yes, when your cursor is on the V of Vim, typing ti would move the 
cursor to the next character in front of an i. As it happens, the cursor 
is already there, so it won't move. The same is true for the backwards 
direction using the T command. So simply use 2; to move to the second 
next match.

regards,
Christian

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to