I find that the procedure to copy and paste in VIM is very tricky:
- Visual mode
- Y
- p (or shift p)
- insert mode
and if you wrongly use "delete" key, you lost the content (is replaced by the char you deleted) and you have to re-copy it !
I am working on vim since several months, I like it, but I hate the copy and paste, there is a way to simplify it ? or some alternative ?
thank you
Ypshould copy&paste current line. – Rajendran T Jan 21 '12 at 23:13