Tente se a opção 'governante' for o que você está procurando. No meu computador na parte inferior direita mostra a linha e coluna onde eu tenho o cursor.
:set ruler
EDITAR PARA COMENTÁRIOS :
A partir da ajuda do vim (comando :help ruler
):
If the number of characters displayed is different from the number of bytes in the text (e.g., for a TAB or a multi-byte character), both the text column (byte number) and the screen column are shown, separated with a dash.
Você pode tentar alterá-lo com a opção rulerformat
, como :set rulerformat=%l,%v