Some useful shortcuts I use (and I'm pretty sure there is a bunch of other shortcuts as usefuls I don't know yet) :
one line comment : ctrl /
multiline comment : ctrl maj /
select next occurtence of the selected text : ctrl d
duplicate line : ctrl shift d
replace text : ctrl h
all the regular selection shorcuts : ctrl shift left or ctrl shift right
delete the current line : ctrl x without having any text selected
add a tabulation for current selection : tab
remove a tabulation from current selection : ctrl )
set selection to uppercase : ctrl k + u
set selection to lowercase : ctrl k + l
http://sublime-text-unofficial-document ... s_win.html
one line comment : ctrl /
multiline comment : ctrl maj /
select next occurtence of the selected text : ctrl d
duplicate line : ctrl shift d
replace text : ctrl h
all the regular selection shorcuts : ctrl shift left or ctrl shift right
delete the current line : ctrl x without having any text selected
add a tabulation for current selection : tab
remove a tabulation from current selection : ctrl )
set selection to uppercase : ctrl k + u
set selection to lowercase : ctrl k + l
http://sublime-text-unofficial-document ... s_win.html