I select a block of text using Ctrl–V, but when I then type Shift–A or Shift–I, my vim editor goes into insert mode on only the location where I began the visual block mode.
For example,
Here
is
text
I want
#Her
#is
#text
but I get:
#Here
is
text
Ctrl–V-> select the block -> press I -> type #
then press ESC
more detail:
you can see: