in reply to Vim and You
Another simple feature I love in vim is the syntax highlighting for many types of files such as Perl source, SQL, VBScript, HTML, etc. Another handy simple features I love is visual parenthetical matching in my code – vim visually shows the parenthetical pairs no matter how deeply nested.
These are just the simple aspects of vim but used daily they make a huge difference in the joy of coding/writing and add to my productivity. I’ve omitted many of the more complex and amazing aspects of vim but you will discover those over time. Try vim, starting with just the basic editing, navigation, searching, etc. and I think you will get hooked. As a bonus, you will gain the basic vi skills needed to modify/search files and crontabs on practically any *nix system.