Vim visual mode select to line number Code Example
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)