Enable Bottom-Right Numbers in VIM
Solution 1:
Try the command ":set ruler
".
Solution 2:
As Heptite described, the command :set ruler
results in the line/column information I was looking for. If you want to make this behavior permanent, edit your ~/.vimrc
file to include the following line:
set ruler