How to use vim to create a list of numbers that increases

Read from: https://stackoverflow.com/a/48408001/8667243

If you have:

0
0
0
0

You use: 

ctrl+v
down key
g
ctrl+a

  • How to reselect a few lines: gv
  • How to move the cursor to the end/start of a visual selection: o/O

Here’s another tip for you, if you feel too bored with VIM:

https://yingshaoxo.blogspot.com/2019/06/repeat-boring-work-with-vim.html