Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f3cffc

Browse files
committed
Merge pull request tiimgreen#108 from mislav/patch-1
Remove reference to Command Bar
2 parents 7d4ef47 + f67e9b5 commit 3f3cffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,15 @@ When on a repository page, keyboard shortcuts allow you to navigate easily.
223223

224224
- Pressing `t` will bring up a file explorer.
225225
- Pressing `w` will bring up the branch selector.
226-
- Pressing `s` will select the Command Bar.
226+
- Pressing `s` will focus the search field for the current repository. Pressing Backspace to delete the “This repository” pill changes the field to search all of GitHub.
227227
- Pressing `l` will edit labels on existing Issues.
228228
- Pressing `y` **when looking at a file** (e.g. `https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.md`) will change your URL to one which, in effect, freezes the page you are looking at. If this code changes, you will still be able to see what you saw at that current time.
229229

230230
To see all of the shortcuts for the current page press `?`:
231231

232232
![Keyboard shortcuts](http://i.imgur.com/y5ZfNEm.png)
233233

234-
[*Read more about using the Command Bar.*](https://help.github.com/articles/using-the-command-bar)
234+
[Read more about search syntax you can use.](https://help.github.com/articles/search-syntax/)
235235

236236
### Line Highlighting in Repositories
237237
Either adding `#L52` to the end of a code file URL or simply clicking the line number will highlight that line number.

0 commit comments

Comments
 (0)