#vimtrick
q: how do i jump to the next double-quote (")?
a: press `f"`, or `F"` to go backwards

@jartigag bonus tip: t/T performs nearly the same function:

f/F: search and land on the character
t/T: search and land before the character

@jartigag and if you want to repeat the search, you can just press "." or "," to go in the opposite direction (from memory, I haven't used vim in years).
@jartigag and of course I made a mistake. "." is to repeat the last command. Must be "," and ";".