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

Commit 923f160

Browse files
authored
Update README.md
This file has been edited by a Computer Science student in a Technical Writing course. The students are tasked in finding online real-world documentation to edit. Full marks are achieved if the original author of the work accepts the changes; in this case a Pull Request. Please review and accept the Pull Request and thank you so much!
1 parent 8f2e400 commit 923f160

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ It opens a quick selection panel to browse results, and highlights matches insid
1414
* Hit `Enter` (`Return`). You'll be presented with a "quick select" panel with the search results. Select any file from that panel (it supports fuzzy searching) to go to the match. The search string will be highlighted with an outline and a circle symbol in the gutter area.
1515
* The last item on the quick select panel is "List results in view". Pick it to see results in a regular editor view. (Tip: if you enter three ticks ("`") in the search box - it's going to be to be the first item.)
1616

17-
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, ↩`
17+
If you select text and run Search In Project, the program will pre-fill the search string with the selection text. For an example, to search for a word project-wide, press the following buttons: `⌘D, ⌘⌥⇧F, ↩`.
1818

19-
If you run Search In Project again, it will remember the last search string, so the next search is just an `` away.
19+
If you run Search In Project again, the program will remember the last search string, so the next search will be an away.
2020

21-
**Important note for Windows users: the current release has known issues with running executables, I'd appreciate any bug reports from the field.**
21+
**Important note for Windows users: the current release has known issues with running executables, and I would appreciate any bug reports from the field.**
2222

2323
## Installation
2424

@@ -41,7 +41,7 @@ Name | Description | Search in Project key
4141
[grep](https://en.wikipedia.org/wiki/Grep) | fallback search tool available on Linux and OSX systems. Not recommended - just use the built-in Sublime Text search instead. | `grep`
4242
[findstr](https://technet.microsoft.com/en-us/library/Bb490907.aspx) | fallback search tool available on Windows. Not recommended - just use the built-in Sublime Text search instead. | `find_str`
4343

44-
**You need to choose the engine you want to use in the configuration file. The default is the one available on every system, but easily the worst.**
44+
**You need to choose the engine that you want to use in the configuration file. The default is the one that available on every system, but it is easily the worst.**
4545

4646
## Configuration
4747

0 commit comments

Comments
 (0)