Find Motion

Use the find motions to quickly jump to a specific character within a line.

f
{char}
-move to the next occurrence of {char}
Example
F
f
{char}
-move to the previous occurrence of {char}
Example
;
-repeat the last find motion.
Example





const { username, userId } = useSelector(selectUser);
const posts: Post[] = useQueryPosts({ createdBy: userId });
const test = response.data.user.metadata.createdAt;
const s: number = getHighScore({ user: userId });
 0/15  00:00