Muitos comandos do vim podem ter um número referente ao número de linhas em que o comando atuará.
É possível mostrar os números das linhas em relação à linha atual? Algo como o seguinte:
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