ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Select​Until

by xavi- ALL

A sublime package that lets you expand your current selection until a specific character, regex, or char-count is encountered.

Details

  • 2013.08.27.19.16.59
  • github.​com
  • github.​com
  • 11 years ago
  • 2 hours ago
  • 11 years ago

Installs

  • Total 5K
  • Win 3K
  • Mac 2K
  • Linux 894
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 2 0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 2
Mac 1 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0
Linux 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

SelectUntil

Fill a void in your Sublime Text multiple selection capabilities! This plugin allows you to extend each selection until the next instance of a search term, making it super easy to edit multiple pieces of text that are similar but not quite the same enough.

Usage

  • ctrl/alt + shift + s: pulls up an input field, where you can type:

    • search term or [search term]: for each selection, select up to and including the first occurrence of the search term.
    • /regex search/: select through the first occurrence of the regex.
    • {character count}: select forward the given number of characters.
    • -[search term]: select backwards up to and including the search term.
    • -/regex/: backwards regex.
    • -{character count}: select backwards a certain number of characters ({-count} works too).
  • ctrl/alt + shift + s a second time: reverses the search direction.

  • ctrl/alt + shift + r: reverse all selections (so if the insertion point is at the end of the selection, it is moved to the beginning, and vice versa).

On Windows and Linux the default shortcuts use alt. On OSX ctrl is used.

Getting SelectUntil

The easiest way to get SelectUntil is with Sublime Package Control. Search for “SelectUntil”.

Alternatively you can clone this git repository into your Packages Directory:

git://github.com/xavi-/sublime-selectuntil.git

Developed by

License

This project is released under The MIT License.