Muchos comandos vim pueden tomar un número que se refiere al número de líneas sobre las que actuará el comando.
¿Es posible mostrar los números de línea en relación con la línea actual? Algo como lo siguiente:
3: some text here
2: more text
1: This is the line above where the cursor is
0: The cursor is on this line
1: This is the line after the cursor
2: More text here