We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By default the expand_region command uses all the heuristics to expand.
expand_region
Is there a command (that can be bound to a key) that forces the expand region to select quotes' content?
{ "keys": [" ctrl+' "], "command": "expand_region", "args": {"force_to": "quotes (content only)"}}
The text was updated successfully, but these errors were encountered:
Such an option will be added soon.
Sorry, something went wrong.
Thanks!
Adding this will make expand region to be used as an alternative to plugins like https://github.com/kek/sublime-expand-selection-to-quotes
You can also use BracketHighlighter to expand to the quotes.
No branches or pull requests
By default the
expand_region
command uses all the heuristics to expand.Is there a command (that can be bound to a key) that forces the expand region to select quotes' content?
{ "keys": [" ctrl+' "], "command": "expand_region", "args": {"force_to": "quotes (content only)"}}
The text was updated successfully, but these errors were encountered: