Tus comentarios
i solved my problem by writing custom command and overwriting default keybindings.
if anybody is interested https://gist.github.com/4338959
there's a package which enables tab reordering https://github.com/SublimeText/MoveTab
have you tried Edit -> Paste And Indent?
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. :(
Servicio de atención al cliente por UserEcho
you document of specific type, then go to Preferences -> Settings - More -> Syntax Specific - User.
then add
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