CTRL-X

CTRL-X will increment the next number on the current line down by 1.
CTRL-A will increment the next number on the current line up by 1.
Both of these commands take a count i.e 15CTRL-A will increment the number 15 times.

Further Reading

:h CTRL-X :h CTRL-A

More Gifs