All files diffs are hidden by default. To inspect changes in a file, move cursor to the filename line, and press 'Enter' in Normal mode. Diffs are displayed below the file name.
All files diffs are hidden by default. To inspect changes in a file, move cursor to the filename line, and press 'Enter' in Normal mode. Diffs are displayed below the file name.
#### N
* Jump to next hunk with **N**.
#### S
#### S
* Modify a file, for example foo.c, in your repository.
* Modify a file, for example foo.c, in your repository.
...
@@ -184,6 +187,9 @@ Following mappings are set locally, for magit buffer only, in normal mode.
...
@@ -184,6 +187,9 @@ Following mappings are set locally, for magit buffer only, in normal mode.
* If cursor is in diff header, discard whole file at cursor position.
* If cursor is in diff header, discard whole file at cursor position.
* Only works in "Unstaged changes" section.
* Only works in "Unstaged changes" section.
##### N,P
* Move to **N**ext or **P**revious hunk.
##### CC
##### CC
* If not in commit section, set commit mode to "New commit" and show "Commit message" section with brand new commit message.
* If not in commit section, set commit mode to "New commit" and show "Commit message" section with brand new commit message.
* If in commit section, commit the all staged changes in commit mode previously set.
* If in commit section, commit the all staged changes in commit mode previously set.