Skip to content

Commit a6a002e

Browse files
authored
Merge pull request github#11309 from github/repo-sync
repo sync
2 parents 4ab02ca + 7f99d79 commit a6a002e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

content/get-started/using-github/keyboard-shortcuts.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,20 @@ Below is a list of some of the available keyboard shortcuts.
4747
|<kbd>.</kbd>| Opens a repository or pull request in the web-based editor. For more information, see "[Web-based editor](/codespaces/developing-in-codespaces/web-based-editor)."{% endif %}
4848
| <kbd>control b</kbd> or <kbd>command b</kbd> | Inserts Markdown formatting for bolding text
4949
| <kbd>control i</kbd> or <kbd>command i</kbd> | Inserts Markdown formatting for italicizing text
50-
| <kbd>control k</kbd> or <kbd>command k</kbd> | Inserts Markdown formatting for creating a link
50+
| <kbd>control k</kbd> or <kbd>command k</kbd> | Inserts Markdown formatting for creating a link{% ifversion fpt or ghec or ghae-next or ghes > 3.3 %}
51+
| <kbd>control shift 7</kbd> or <kbd>command shift 7</kbd> | Inserts Markdown formatting for an ordered list
52+
| <kbd>control shift 8</kbd> or <kbd>command shift 8</kbd> | Inserts Markdown formatting for an unordered list
53+
| <kbd>control shift .</kbd> or <kbd>command shift.</kbd> | Inserts Markdown formatting for a quote{% endif %}
5154
|<kbd>e</kbd> | Open source code file in the **Edit file** tab
5255
|<kbd>control f</kbd> or <kbd>command f</kbd> | Start searching in file editor
5356
|<kbd>control g</kbd> or <kbd>command g</kbd> | Find next
54-
|<kbd>shift control g</kbd> or <kbd>shift command g</kbd> | Find previous
55-
|<kbd>shift control f</kbd> or <kbd>command option f</kbd> | Replace
56-
|<kbd>shift control r</kbd> or <kbd>shift command option f</kbd> | Replace all
57+
|<kbd>control shift g</kbd> or <kbd>command shift g</kbd> | Find previous
58+
|<kbd>control shift f</kbd> or <kbd>command option f</kbd> | Replace
59+
|<kbd>control shift r</kbd> or <kbd>command shift option f</kbd> | Replace all
5760
|<kbd>alt g</kbd> | Jump to line
5861
|<kbd>control z</kbd> or <kbd>command z</kbd> | Undo
5962
|<kbd>control y</kbd> or <kbd>command y</kbd> | Redo
60-
|<kbd>cmd + shift + p</kbd> | Toggles between the **Edit file** and **Preview changes** tabs
63+
|<kbd>command shift p</kbd> | Toggles between the **Edit file** and **Preview changes** tabs
6164
|<kbd>control s</kbd> or <kbd>command s</kbd> | Write a commit message
6265

6366
For more keyboard shortcuts, see the [CodeMirror documentation](https://codemirror.net/doc/manual.html#commands).

0 commit comments

Comments
 (0)