Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit 6117f53

Browse files
added mention of selection text to README
1 parent f98fcf4 commit 6117f53

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ Copy the folder into the Packages folder.
1616

1717
## Usage
1818

19-
* Use the key binding (`⌘⌥^F` on OS X, `Ctrl+Alt+Shift+F` on Windows), or
19+
* Use the key binding (`⌘⌥F` on OS X, `Ctrl+Alt+Shift+F` on Windows), or
2020
* Call the "Search in Project" command;
2121
* Enter the search query; **the query is passed directly to the shell command.** You are responsible for escaping the query, but on the up side you can specify any command line options to go with it. This plugin doesn't make an effort to abstract you away from search tools, but provides a convenient way of running them from Sublime Text 2 instead.
2222
* Hit `Enter` (`Return`). In a short while you'll be presented with a "quck select" panel with the search results. Select any file from that panel (it supports fuzzy searching) to go to the match.
2323

24+
Tip: If you select text and then run Search In Project, it will pre-fill the search string with the selection text; for example, to search for a word project-wide, do `⌘D, ⌘⌥⇧F, ↩`
25+
2426
## Configuration
2527

2628
Configuration is stored in a separate, user-specific `SearchInProject.sublime-settings` file. See the default file for configuration options; links to both could be

0 commit comments

Comments
 (0)