Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

Vintage mode ge and f... ;
It would be nice if Vintage mode supported ge, currently it just goes to the next word end....
Also when you search for a next letter using f(some character) ; should take you to the next occurrence like it does in Vim.
Thanks

Clean up trailing whitespace for auto-indented lines

Syntax highlighting for Apache files
For example, highlight words like "RewriteEngine" or "RewriteRule" as keywords,
Well, you know that more than I do.
Also, I agree SublimeText should print files too, and offer several options for that. Anyway, thanks for this excelent product and keep the effort flowing.

Memorize Code Folding

Keyboard shortcuts in menu should match actual shortcuts

escaped quotemark syntax highlighting
"This is properly recognized as a string. \" This is not, but should be." This is but shouldn't be.

Provide universal portable
It can have multiple binaries (would probably have to) but each binary could use a single set of settings, packages, etc.
So:
Sublime Text/sublime text.exe
Sublime Text/sublime text linux.bin
Sublime Text/sublime text mac.bin
Both look at the setting/packages in:
Sublime Text/Data

Shift + R vim key binding doesn't seem to exist
In Vim, you can use Shift + R to replace multiple characters. This doesn't seem to work in Sublime. "r" on its own works fine, but Shift + R doesn't.

Python raw string is wrongly interpreted
The editor wrongly interprets python raw string. Any occurrence of "\" is interpreted as escape, while in raw string it is not.
Example:
root = r"M:\"
in python this means that the content of variable root is the path of the root directory on disk M:
In Sublime Text this is wrongly interpreted as if the second double-quote was part of the string, not a delimiter. Therefore the string is unterminated and all following text is broken.
Customer support service by UserEcho