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

tip50_1

n

repeat the previous search

N

backup

Operate with a Search Motion search command can use in Normal mode, Visual mode, Operator-Pending mode tip50_2

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

tip50_3

Tip49 Tip51