In Sublime Text 2, when using the Ctrl + D feature to select more of the same, you can use Ctrl + U to go back one. This isn't working in Sublime Text 3. Any ideas?
If you have your mouse caret (blinking pipe | ) on a word and you press ctrl-d (Windows) or cmd-d (Mac) you can select the current word & if you press ctrl-d afterwards that it will select other repeat occurences of your selection.
Are you using Emmet? I am having the same problem and there is probably a conflict with the Emmet plugin because the console says:
key evt: control+u
command: run_emmet_action {"action": "update_image_size"}
Solution which worked for me:
Emmet.sublime-settings
,"disabled_keymap_actions": ""
, and"disabled_keymap_actions": "update_image_size"
,Found here: https://github.com/sergeche/emmet-sublime#overriding-keyboard-shortcuts
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With