How do i change the current keys for selecting all with the multiple cursor to CMD + G?
To reassign a keyConnect the keyboard that you want to configure. Select the Start button, and then select Microsoft Mouse and Keyboard Center. From the displayed list of key names, select the key that you want to reassign. In the command list of the key that you want to reassign, select a command.
Ctrl + D in SublimeText is "Quick Add Next." This appears to be equivalent to Ctrl + B in Brackets, which is "Add next match to Selection" on the Find menu.
Noun. key binding (plural key bindings) (computing) A key, or key combination, which, when pressed, causes something to happen. synonym ▲ Synonym: keybind. I changed the key binding for pause to the Escape key.
The keyboard shortcuts are referrred to as key bindings in Sublime Text 2. There is documentation here and here that will show you how to manipulate them. Click "Preferences" > "Default Key Bindings" to view them. Copy and paste the ones you want to edit into "Preferences" > "User Key Bindings"
e.g.
<binding key="cmd+t,u" command="upperCase"/>
As noted in the comments, the config is now in json format for newer Sublime Text.
e.g.
{ "keys": ["cmd+t,u"], "command": "snake_case" }
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