2009/3/26 garfield: > > Hello, I'm looking to add a character and line count that come by > default in the vim editor in terminal. For reference, the bottom of my > vi editor in terminal looks like http://is.gd/p8TJ and the bottom of > my Macvim Editor looks like http://is.gd/p8U2 > > All I would like to do is have the character / line count at the > bottom right corner of the MacVim editor. Is this at all possible? Any > help regarding this matter would be greatly appreciated, thank you!
The option you are looking for is 'ruler'. Try entering ":set ruler" to show the ruler (see ":h 'ruler'" for more information). Then you might want to add "set ruler" to your ~/.vimrc file so that you don't have to enter it every time you open a new window (see ":h vimrc-intro"). Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
