Skip to content

Sublime Text plugin to expand selection to surrounding quotes

Notifications You must be signed in to change notification settings

fnando/sublime-expand-selection-to-quotes

 
 

Repository files navigation

Expand Selection to Quotes for Sublime Text

Expands selections to the closest containing pairs of single or double quotes.

Installation

Setup Package Control Repository

  1. Follow the instructions from https://sublime.fnando.com.
  2. Open the command pallete, run “Package Control: Install Package“, then search for “Expand Selection to Quotes“.

Git Clone

Clone this repository into the Sublime Text “Packages” directory, which is located where ever the “Preferences” -> “Browse Packages” option in sublime takes you.

Usage

The default binding is ctrl + shift + i.

You can change it by defining a new shortcut binding like the following:

{ "keys": ["ctrl+'"], "command": "expand_selection_to_quotes" }

About

Sublime Text plugin to expand selection to surrounding quotes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%