Answers for "vim cut paste"

0

vim cut paste

Position the cursor where you want to begin cutting.
Press v to select characters (or uppercase V to select whole lines).
Move the cursor to the end of what you want to cut.
Press d to cut (or y to copy).
Move to where you would like to paste.
Press P to paste before the cursor, or p to paste after.
Posted by: Guest on February-17-2022
0

vim cut

select with Shift+v and cut with d
Posted by: Guest on January-05-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language