Tip49: Find by Character
January 12, 2021 ยท View on GitHub
f{char}
search for the specified character, starting with the cursor position and continuing to the end of the current line.


;
repeat f command
,
repeat the last f command search but in the opposite direction.

Character Searches Can Include or Exclude the Target

t{char},T{char}: searching till the specified character. The cursor stops one character before{char}.f{char},F{char}: position the cursor on top of the specified character.
after f,, we want to delete all of the text until the end of the sentence.