0

Add a keyboard shortcut for Expand Selection to Paragraph

Andrew R. Brown 11 year бұрын updated by Sven Axelsson 11 year бұрын 2
It's frustrating having this selection option without a keyboard shortcut. This is VERY useful for Extempore live coding using ST.


+3

So, add a key binding yourself. Put something like

{"keys": ["shift+meta+p"], "command": "expand_selection_to_paragraph"}

in your user key binding file.

Oops, I meant "shift+super+p" of course.