Occur
Emacs' M-x occur for Sublime Text 3
Details
Installs
- Total 347
- Win 176
- Mac 116
- Linux 55
May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 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 | 0 | 0 | 0 | 0 | 1 | 1 |
Mac | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
sublime-occur
Emacs' M-x occur
for Sublime Text 3
Find all occurrences of a given piece of text in the current file, easily.
Screenshot
After entering app.
as the pattern to search for:
(The color scheme I'm using in that screenshot is my port of the Proton color scheme from the Vim ecosystem. I have not posted it anywhere but may if there's interest.)
How to install
(Mac only at the moment; sorry, it's what I have. Please feel free to submit a PR against this README file and I'll merge.)
Sublime Menu > Preferences > Browse Packages ...
- Open up Terminal.app (or iTerm2.app, or whatever you use)
- Type
cd
, drag the little folder at the top of the Finder window you just opened onto your terminal, and hit[Enter]
- Type
git clone https://github.com/dreki/sublime-occur
and hit[Enter]
Usage notes
Bring up the Command Palette and type 'occur'. You should then see something like 'Occur: Find occurrences in file …'. Hit enter and you'll be prompted to enter a regex pattern (treated as case-insensitive). Hit enter, and you'll be presented with your results in a panel. As you move up and down the list, the selected result will be scrolled into view (in the center of the screen, if possible). When you hit enter, the selected result will be visible in your editor and the results panel will disappear.
Please note that at the current time (2015-03-23), when no results are found, the results panel simply doesn't show up.