VIM

Text Editor key competitor to EMacs

VI-improved

http://www.vim.org/

http://vimdoc.sourceforge.net/vimfaq.html

http://www.oualline.com/vim-cook.html

scriptable with Python!

To see any control characters (newline, etc.) in your file: Type ':set list' . Hit return. You will see all nonprintable chars as a Control character. To turn it off, type ':set nolist' . This does not modify your file in any way.


Edited:    |       |    Search Twitter for discussion