I've noticed VIM on my Mac doesn't have the line/column numbers in the bottom-right corner of the window whereas VIM on Ubuntu does. Is there a profile setting I can use to get my Mac to show these numbers?
|
feedback
|
|
As Heptite described, the command
| |||
feedback
|
|
You want to configure your statusline in .vimrc, with %l and %c denoting lines and columns, respectively. http://vim.runpaint.org/display/changing-status-line | |||
|
feedback
|