Magit: Fix decrease hunk key in README

This commit is contained in:
jc00ke 2017-04-16 11:38:12 -07:00 committed by syl20bnr
parent be33df7dc8
commit 5d4875b425
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ Here are the often used bindings inside a =status buffer=:
| ~s~ | on a file or hunk in a diff: stage the file or hunk |
| ~x~ | discard changes |
| ~+~ | on a hunk: increase hunk size |
| ~-~ | on a hunk: decrease hunk size |
| ~=~ | on a hunk: decrease hunk size |
| ~S~ | stage all |
| ~TAB~ | on a file: expand/collapse diff |
| ~u~ | on a staged file: unstage |