How to jump to a specific character in vim? October 17, 2022 by Tarik You can type f<character> to put the cursor on the next character and F<character> for the previous one.