Skip to content

Commit

Permalink
Add cmd/ctrl-s keyboard shortcuts for file editor (github#18535)
Browse files Browse the repository at this point in the history
* Add cmd/ctrl-s for file editor

* Update content/github/getting-started-with-github/keyboard-shortcuts.md
  • Loading branch information
JasonEtco authored Apr 7, 2021
1 parent 6da9de5 commit c705ab2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Below is a list of some of the available keyboard shortcuts.
|<kbd>control z</kbd> or <kbd>command z</kbd> | Undo
|<kbd>control y</kbd> or <kbd>command y</kbd> | Redo
|<kbd>cmd + shift + p</kbd> | Toggles between the **Edit file** and **Preview changes** tabs
|<kbd>control s</kbd> or <kbd>command s</kbd> | Write a commit message

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

Expand Down

0 comments on commit c705ab2

Please sign in to comment.