Skip to content

Commit 4953510

Browse files
committed
Add Advance Through Search Results as a vscode til
1 parent d4f48a4 commit 4953510

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
1010
For a steady stream of TILs from a variety of rocketeers, checkout
1111
[til.hashrocket.com](https://til.hashrocket.com/).
1212

13-
_819 TILs and counting..._
13+
_820 TILs and counting..._
1414

1515
---
1616

@@ -925,6 +925,7 @@ _819 TILs and counting..._
925925
## VSCode
926926

927927
- [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)
928929
- [Enable Breadcrumbs For Version 1.26 Release](vscode/enable-breadcrumbs-for-version-126-release.md)
929930
- [Open An Integrated Terminal Window](vscode/open-an-integrated-terminal-window.md)
930931
- [Toggle Between Terminals](vscode/toggle-between-terminals.md)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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`.

0 commit comments

Comments
 (0)