Answers for "vim select and copy"

0

vim select and copy

esc+v #go to visual mode
keyboard arrows or h-i j-k #select the text with the keyboard arrows or right-left or up-down
y #yank/copy the text
Posted by: Guest on January-24-2022

Browse Popular Code Answers by Language