1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Add cmd/ctrl-s keyboard shortcuts for file editor (#18535)

* Add cmd/ctrl-s for file editor

* Update content/github/getting-started-with-github/keyboard-shortcuts.md
This commit is contained in:
Jason Etcovitch
2021-04-07 10:34:39 -04:00
committed by GitHub
parent 6da9de5d5e
commit c705ab2440

View File

@@ -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).