Add toggle hunk diff and expand all hunk diffs key bindings (#14130)

Noticed these were missing when I was reading through the docs.

Release Notes:

- Add toggle hunk diff and expand all hunk diffs key bindings
This commit is contained in:
Sensational Code 2024-07-10 20:22:52 -07:00 committed by GitHub
parent 945764e409
commit 36d3b16279
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -268,6 +268,8 @@ See the [tasks documentation](/docs/tasks#custom-keybindings-for-tasks) for more
| Redo selection | Editor | `⌘ + Shift + U` |
| Rename | Editor | `F2` |
| Reveal in File Manager | Editor | `Alt + ⌘ + R` |
| Toggle hunk diff | Editor | `⌘ + '` |
| Expand all hunk diffs | Editor | `⌘ + "` |
| Revert selected hunks | Editor | `⌘ + Alt + Z` |
| Select all | Editor | `⌘ + A` |
| Select all matches | Editor | `⌘ + Shift + L` |