Hi everyone,
Is there a shortcut or bundle that allows us to move to the [n]th occurrence of a char in the the current line?
This is similar to vim's:
"f{char}To [count]'th occurrence of {char} to the right. The cursor is placed on {char} (inclusive). F{char}To the [count]'th occurrence of {char} to the left. The cursor is placed on {char} (inclusive). t{char}Till before [count]'th occurrence of {char} to the right. The cursor is placed on the character left of {char} (inclusive). T{char}Till after [count]'th occurrence of {char} to the left. The cursor is placed on the character right of {char} (inclusive)."
Thanks, Jorge Luis