Use CTRL-R with the expression register =.
The following command would add 2.1 to a number on a line:
C
<CTRL-R> =
<CTRL-R> "
+2.1
<ENTER>
Combine with macro it can yield some interesting results, such as this example.
Use CTRL-R with the expression register =.
The following command would add 2.1 to a number on a line:
C
<CTRL-R> =
<CTRL-R> "
+2.1
<ENTER>
Combine with macro it can yield some interesting results, such as this example.