public
Description: TextMate Bundle for all languages. Makes selecting stuff easier and insti-quick!!1!
Homepage:
Clone URL: git://github.com/subtleGradient/SelectStuff.tmbundle.git
Thu Jun 25 13:15:27 -0700 2009
commit  95b90cc04fbb513dfafacc8f5eeccc509137a2f3
tree    1b8689fc121e69d211df3b4461b0bc15d48417cc
parent  2681ca62651043a11420c4aaf78fcc24dcba6eb4
name age message
directory Commands/ Thu Jun 25 13:15:27 -0700 2009 updated help [subtleGradient]
directory Macros/ Tue Jun 23 15:52:55 -0700 2009 SELECT STUFF!!!!!1! [subtleGradient]
file README.md Thu Jun 25 13:15:27 -0700 2009 updated help [subtleGradient]
file info.plist Thu Jun 25 13:15:27 -0700 2009 updated help [subtleGradient]
directory support/ Thu Jun 25 13:15:27 -0700 2009 updated help [subtleGradient]
README.md

Select Stuff

Balance Jr

Created by Thomas Aylott

Select the most obvious thing. Try it.

  • Balance Jr Back — HOME
  • Balance Jr Forward — END

Select Folding Group

Created by Thomas Aylott

Select the current folding group. Undoable.
⌘Z moves your cursor back to its previous location.

  • Select Folding Group — ⌃F1

Select Balanced Tags

Created by Hans-Jörg Bibiko

Select the current HTML / XML tag or its contents.
Repeatable. Keep running the command to select the next parent tag.

  • Select Balanced (HT|X)ML Tags — ⇧⌘B
  • Select Content of Balanced (HT|X)ML Tags — ⌥⇧⌘B

To make this work you'll have to install HTML::Parser for Perl. Run this from the terminal:

sudo -H cpan -i HTML::Parser