:set ruler

:set ruler will: 'Show the line and column number of the cursor position, separated by a comma.'

To include this setting all of the time add the line `set ruler` to your .vimrc file.

Further Reading

:h ruler :h rulerformat

More Gifs