📜  vim 视觉模式选择到行号 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:23.732000             🧑  作者: Mango

代码示例1
// 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)