vi - How to do a - CTRL A and a CTRL+C? -
i need
ctrl+a, ctrl+v
on long file paste file on windows don't found command.
thank you.
you can do:
ggvgy and open file in vi , paste p.
gg- jump beginning of filev- select whole lines in visual modeg- jump end of filey- copy (yank) selected
however, before posting question, try search first. see example this question.
Comments
Post a Comment