Sublime Forum

Key binding for extend selection to paragraph

#1

I’m trying to set up a keybinding for this and it’s not working. I tried adding this to my user keybindings file:

{ "keys": "ctrl+shift+r"], "command": "expand_selection", "args": {"to": "paragraph"} }

I tried a number of different key combos, relaunched ST2, etc. and nothing worked. What am I doing wrong?

0 Likes

#2

try this

{ "keys": "ctrl+shift+r"], "command": "expand_selection_to_paragraph" }

0 Likes