TextMate 2 Released As Open Source
First time accepted submitter DaBombDotCom writes "Allan Odgaard, the author of the popular text editor for Mac OS X, TextMate, has posted on his blog: 'Today I am happy to announce that you can find the source for TextMate 2 on GitHub. I've always wanted to allow end-users to tinker with their environment, my ability to do this is what got me excited about programming in the first place, and it is why I created the bundles concept, but there are limits to how much a bundle can do, and with the still growing user base, I think the best move forward is to open source the program. The choice of license is GPL 3. This is partly to avoid a closed source fork and partly because the hacker in me wants all software to be free (as in speech), so in a time where our platform vendor is taking steps to limit our freedom, this is my small attempt of countering such trend.'"
Sublime is kinda taking textmates place.
http://www.sublimetext.com/ + http://wbond.net/sublime_packages/package_control
Um, vim? Vim has Unicode(multibyte) and SSH(netrw), and keeps everything in ~/.vim. Am I missing something?
Give me Classic Slashdot or give me death!
in 2012 is strange which is why vim has editing modes
Not really. VIM is based on VI. VI was a full screen user interface for ex, which was a line editor. The VI commands are ex commands. (http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ex.html ). EX was an extension of ED which is a line editor and a line editor needs to be modal. One of the things that nice about VIM, is that it is fully scriptable because within it still contains an old fashioned line editor.