(1) counts:
7dw: delete 7 words
4j: right move 4 letters
(2) modifier:
a: around
i: inside
=========
ci[ : change everything inside []
----
%: jump back and force between parentheses
----
da( : delete everything inside () including the parentheses itself.
----
/<keyword> + n: next match of the keyword.
----
. : repeat the previous editing command