How to copy data in VI editor
January 20th, 2009
No comments
vi first edit source file then move your cursor to start of selection ma mark current position with letter a then move your cursor to end of selection y'a yank to buffer x from current position to mark a :e other edit target file move cursor to where you want the data p put from buffer x