Click to See Complete Forum and Search --> : Cursor position in vi??


cme
01-18-2001, 11:43 AM
Anybody know if there is a command to find out where [row and/or column] the cursor is currently located?

Thanks in advance.

Strike
01-18-2001, 12:32 PM
In vim, type
:set ruler <Enter>

To make it permanent for you, put it in ~/.vimrc, to make it permanent for EVERYONE put it in /etc/vimrc.