Select a shortcut Ctrl + D - repeat Select other events
But the case
'11 .20 'or' Selection # ME '
The shortcut will only select ether "SELECT" or the other part "ME" first
Will someone choose a whole word to create a shortcut and break it by only one or double quotation marks or space in my example it will select '11 .20 'and' SELECT # ME '
< P> thanks
You can set which characters the word separator considers by editing the word_separators setting in your code. Preferences The default value is:
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+ = [] {} `~?" Add the whole thing to your preferences ( Preferences -> Settings - Users on OS Windows / Linux or Sublime Text -> Preferences -> Settings-Users on X), Delete words that you include as part of words ( # and . , in your case), save the file, and all of you Please note that \ code> \ and " items are going to save them, so if you type \ You want to remove, for example, you have to remove both slashes. / P>
No comments:
Post a Comment