On Fri, Apr 15, 2011 at 10:56:17AM -0400, Reid Thompson wrote:
> On Fri, Apr 15, 2011 at 10:50:27AM -0400, Eric Weir wrote:
> > Thanks for bringing these to my attention, Tim -- and for the other 
> > suggestions. I get "(" and ")" and w/W/b/B/e/E, but f/F/t/T are eluding me 
> > at the moment. I can't tell what they do.
> 
>                                                       *t*
> t{char}                       Till before [count]'th occurrence of {char} to 
> the
>                       right.  The cursor is placed on the character left of
>                       {char} |inclusive|.
>                       {char} can be entered like with the |f| command.

arg, copy paste errors
> 6fc -> move till before the the 6th occurence of 'c' to the right
   t
> 
>                                                       *T*
> T{char}                       Till after [count]'th occurrence of {char} to 
> the
>                       left.  The cursor is placed on the character right of
>                       {char} |exclusive|.
>                       {char} can be entered like with the |f| command.
> 
> 6Fc -> move till after the the 6th occurence of 'c' to the left
   T

-- 
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