Case sensitive Cmd+D in Sublime Text 2

Sublimetext2

Sublimetext2 Problem Overview


In ST2 ⌘+D expands the selection to the next word, using case insensitive matching. Is it possible to match the word case sensitive?

Sublimetext2 Solutions


Solution 1 - Sublimetext2

If you select Case sensitive in Find dialog (⌘+F), it will be remembered for ⌘+D as well.

enter image description here

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionEraView Question on Stackoverflow
Solution 1 - Sublimetext2Riccardo MarottiView Answer on Stackoverflow