Skip to content

Commit 0fbe51a

Browse files
authored
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
1 parent 4223929 commit 0fbe51a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/user/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,8 @@ Each of these commands performs a vscode action of the same or a similar name on
679679
- `"reference <TARGET>"` search the workspace for all references to the target
680680
- `"hover <TARGET>"` displays the tooltip that would appear if you hovered the mouse over the target
681681
- `"quick fix <TARGET>"` displays quick fixes and refactors suggested by the vscode
682+
- `"scout <TARGET>"` search the document for the target
683+
- `"scout all <TARGET>"` search the workspace for the target
682684
683685
eg:
684686
`define blue air`

0 commit comments

Comments
 (0)