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 file
  • v - select whole lines in visual mode
  • g - jump end of file
  • y - copy (yank) selected

however, before posting question, try search first. see example this question.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -