Your comments

you document of specific type, then go to Preferences -> Settings - More -> Syntax Specific - User.

then add 

"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme"
and you're done.
if you'de like some parts of your code colored differently you either need to adjust colors for that particluar scope inside scheme file, (if such scope exists) or you need to define the scope inside Markdown.tmLanguage and then map a color to that scope inside your scheme file.

If you'd like to find out the name of the scope you're after, you can use this package https://github.com/facelessuser/ScopeHunter

i solved my problem by writing custom command and overwriting default keybindings.

if anybody is interested https://gist.github.com/4338959


have you tried setting "scroll_past_end":true, or you're unhappy with it's behaviour?


im currently using build 2138  and under find there is the shortcut for replace - <cmd + alt + f>. sadly i cant get it to work. :(