[attachment=0]sublime_newlisp.png[/attachment]
I'm in love with Sublime Text 2. It has replaced vim, TextMate and BBEdit completely.
With the newLisp bundle & a few tweaks, it's pretty much perfect. Thanks to @curmullion for the syntax file. //https://github.com/cormullion/newlisp-sublime-text-2-package
//http://www.nerdi.net/blog/2012/02/05/customize-your-sublime-text-2-configuration-for-awesome-coding/
You also need this -- //https://github.com/facelessuser/BracketHighlighter
And, you should learn a few shortcuts //https://gist.github.com/1207002 (I'm in love with CMD+D when highlighting a word, for example -- or CMD+CTRL+G for the "whole scope").
See also: CMD+,
(updated)
{
"auto_complete": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Theme - Phoenix/Color Scheme/Tomorrow-Night.tmTheme",
"draw_white_space": "selection",
"find_selected_text": true,
"fold_buttons": true,
"font_face": "Inconsolata",
"font_options": [ "subpixel_antialias" ],
"font_size": 14.0,
"highlight_line": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"save_on_focus_lost":true,
"tab_size": 2,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "_build", "dist", "build", "site"]
}
Cool - if you want to update the github repository, that would be great. (Pull request, is it?)
What's wrong with emacs?
//http://en.wikipedia.org/wiki/De_gustibus_non_est_disputandum