Skip to content

Commit c705ab2

Browse files
authored
Add cmd/ctrl-s keyboard shortcuts for file editor (github#18535)
* Add cmd/ctrl-s for file editor * Update content/github/getting-started-with-github/keyboard-shortcuts.md
1 parent 6da9de5 commit c705ab2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/github/getting-started-with-github/keyboard-shortcuts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Below is a list of some of the available keyboard shortcuts.
5252
|<kbd>control z</kbd> or <kbd>command z</kbd> | Undo
5353
|<kbd>control y</kbd> or <kbd>command y</kbd> | Redo
5454
|<kbd>cmd + shift + p</kbd> | Toggles between the **Edit file** and **Preview changes** tabs
55+
|<kbd>control s</kbd> or <kbd>command s</kbd> | Write a commit message
5556

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

0 commit comments

Comments
 (0)