Hey Sublime users,
add this to you key bindings:
{ "keys": ["super+m"], "command": "show_panel", "args": {"panel": "replace", "in_selection": true, "preserve_case": true, "regex": false, "highlight": true} }
- Select all he occurrences of a word you want to replace with CMD+D
- CMD+M (or whichever shortcut you chose for this new command)