Tip50: Search to Navigate
January 12, 2021 ยท View on GitHub
f{char}, t{char} can only search for a single character at a time, and they can only operate within the current line.
/{char}
search mode

n
repeat the previous search
N
backup
Operate with a Search Motion
search command can use in Normal mode, Visual mode, Operator-Pending mode

vswitch to Visual mode. extend the selection by searching for the short 'ge' string.
