Boundary sensitive Cmd+D in Sublime Text
sublimetext, sublimetext2, sublimetext3
Solution
If you select whole word and press Cmd + d it is going to select like in 3rd image. If you put your cursor (caret) on the word but not select it and then press Cmd + d it is going to select like in 2nd image.
For Windows just change Cmd + d to Ctrl + d
Problem
I'm using Sublime Text 3 on OSX. Using cmd + D, I want to select the next instance of `es` but not if it's part of another word Given this code I select the first instance of `es` and see this Perfect! However, when I tap cmd + D a couple times, it will end up selecting this Super annoying! How can I make cmd + D only select the highlighted sections that appear in image 2?