how to copypaste in linux vi code example
Example 1: vim copy line below
y y then d d to delete p to paste
Example 2: paste vim
p
(use v to highlight, y to copy, p to paste)
y y then d d to delete p to paste
p
(use v to highlight, y to copy, p to paste)