You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/get-started/using-github/keyboard-shortcuts.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -47,17 +47,20 @@ Below is a list of some of the available keyboard shortcuts.
47
47
|<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 %}
48
48
| <kbd>control b</kbd> or <kbd>command b</kbd> | Inserts Markdown formatting for bolding text
49
49
| <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 %}
51
54
|<kbd>e</kbd> | Open source code file in the **Edit file** tab
52
55
|<kbd>control f</kbd> or <kbd>command f</kbd> | Start searching in file editor
53
56
|<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
57
60
|<kbd>alt g</kbd> | Jump to line
58
61
|<kbd>control z</kbd> or <kbd>command z</kbd> | Undo
59
62
|<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
61
64
|<kbd>control s</kbd> or <kbd>command s</kbd> | Write a commit message
62
65
63
66
For more keyboard shortcuts, see the [CodeMirror documentation](https://codemirror.net/doc/manual.html#commands).
0 commit comments