Answers for "vim visual mode select to line number"

1

vim visual mode select to line number

// To select N number of line (from ur cursor)
Go to the visual mode then type the number of line (here 10)
and then use the direction keys
Esc-V-10-(Up|Down|Right|Left)
Posted by: Guest on October-08-2021

Browse Popular Code Answers by Language