File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
10
10
For a steady stream of TILs from a variety of rocketeers, checkout
11
11
[ til.hashrocket.com] ( https://til.hashrocket.com/ ) .
12
12
13
- _ 819 TILs and counting..._
13
+ _ 820 TILs and counting..._
14
14
15
15
---
16
16
@@ -925,6 +925,7 @@ _819 TILs and counting..._
925
925
## VSCode
926
926
927
927
- [ Add The VSCode CLI To Your Path] ( vscode/add-the-vscode-cli-to-your-path.md )
928
+ - [ Advance Through Search Results] ( vscode/advance-through-search-results.md )
928
929
- [ Enable Breadcrumbs For Version 1.26 Release] ( vscode/enable-breadcrumbs-for-version-126-release.md )
929
930
- [ Open An Integrated Terminal Window] ( vscode/open-an-integrated-terminal-window.md )
930
931
- [ Toggle Between Terminals] ( vscode/toggle-between-terminals.md )
Original file line number Diff line number Diff line change
1
+ # Advance Through Search Results
2
+
3
+ Doing a project-wide search can turn up a bunch of results. If you'd like to
4
+ look over them one by one, there are keybindings to help you out.
5
+
6
+ Hit ` F4 ` to move forward one by one through the search results.
7
+
8
+ To move backward through the results, hit ` Shift+F4 ` .
You can’t perform that action at this time.
0 commit comments