From 0fbe51aa800e4f6068643d5f2542497decbd03a7 Mon Sep 17 00:00:00 2001 From: PiIsFour Date: Wed, 18 Oct 2023 18:01:40 +0200 Subject: [PATCH] Add "scout" and "scout all" to the docs (#1957) I saw this issue #1417 and thought that is something I can help add to the doc. Hope this is what was intended and let me know if I'm doing something wrong. ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [x] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet --- docs/user/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user/README.md b/docs/user/README.md index 2c3906a233..c28f5c2bf9 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -679,6 +679,8 @@ Each of these commands performs a vscode action of the same or a similar name on - `"reference "` search the workspace for all references to the target - `"hover "` displays the tooltip that would appear if you hovered the mouse over the target - `"quick fix "` displays quick fixes and refactors suggested by the vscode +- `"scout "` search the document for the target +- `"scout all "` search the workspace for the target eg: `define blue air`