LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Show line and column numbers in Vim 7.0 (https://www.linuxquestions.org/questions/linux-desktop-74/show-line-and-column-numbers-in-vim-7-0-a-478231/)

judgex 08-28-2006 06:56 PM

Show line and column numbers in Vim 7.0
 
How to I enable the display of line and column numbers at the bottom of a window in Vim 7.0?

druuna 08-29-2006 06:06 AM

Hi,

set ruler should do what you want.

If it is, you can add it to /etc/vimrc (global) or ~/.vimrc (local).

Hope this helps.


All times are GMT -5. The time now is 03:10 AM.