SublimeSelectQuoted icon indicating copy to clipboard operation
SublimeSelectQuoted copied to clipboard

Change keyboard shortcut

Open trenkwill opened this issue 10 years ago • 1 comments

Hello,

I tried changing the shortcut to something else in my sublime-keymap but it isnt working. { "keys": ["super+shift+r"], "command": "expand_selection", "args": {"to": "quoted"} }

Any ideas ?

Thank you !

trenkwill avatar Dec 09 '14 12:12 trenkwill

See https://github.com/int3h/SublimeSelectQuoted/blob/master/Default%20(Linux).sublime-keymap. You need the select_quoted command.

mreq avatar Mar 01 '15 10:03 mreq