Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 930 Bytes

readme.md

File metadata and controls

31 lines (18 loc) · 930 Bytes

Toggle Quotes

Toggle Quotes is a plugin for Sublime Text. It converts single quotes to double quotes and double quotes to single quotes for the currently selected region, if available, else for the current line.

Menu Control

Edit -> Toggle Quotes

Keybindings

  • Linux: ctrl+alt+'
  • Mac: super+option+', or super+ctrl+'
  • Windows: ctrl+alt+'

Customize

Settings -> Package Settings -> Toggle Quotes -> Key Bindings

Install

  1. Add this repository to Package Control
  • Search the Sublime Text command pallet (Super + Shift + P) for Package Control: Add Repository.
  • Enter https://github.com/pdobb/ToggleQuotes.git into the text box.

See https://stackoverflow.com/a/44441455/171183 for more detail on this.

  1. Install ToggleQuotes via Package Control
  • Search the Sublime Text command pallet again, for Package Control: Install Package.
  • Enter ToggleQuotes to install.