Sort key bindings alphabetically in version-control README.org

This commit is contained in:
syl20bnr 2018-06-24 02:51:41 -04:00
parent ce6e28601f
commit 666671a881
1 changed files with 10 additions and 10 deletions

View File

@ -127,30 +127,30 @@ Pressing ~C-c C-k~ will discard the commit message and close this buffer.
| Key Bindings | Description |
|--------------+------------------------------------------------|
| ~SPC m j~ | next hunk |
| ~SPC m k~ | previous hunk |
| ~SPC m J~ | next file |
| ~SPC m K~ | previous file |
| ~SPC m a~ | apply a hunk |
| ~SPC m r~ | revert a hunk |
| ~SPC m s~ | split the current hunk at point into two hunks |
| ~SPC m d~ | kill the hunk at point |
| ~SPC m D~ | kill the current file's hunk |
| ~SPC m u~ | undo |
| ~SPC m e~ | call =ediff-patch-file= on current buffer |
| ~SPC m g~ | jump to the corresponding source line |
| ~SPC m f c~ | convert unified diffs to context diffs |
| ~SPC m f u~ | convert context diffs to unified diffs |
| ~SPC m f r~ | reverse the direction of the diffs |
| ~SPC m f u~ | convert context diffs to unified diffs |
| ~SPC m g~ | jump to the corresponding source line |
| ~SPC m j~ | next hunk |
| ~SPC m J~ | next file |
| ~SPC m k~ | previous hunk |
| ~SPC m K~ | previous file |
| ~SPC m q~ | close the diff window |
| ~SPC m r~ | revert a hunk |
| ~SPC m s~ | split the current hunk at point into two hunks |
| ~SPC m u~ | undo |
A transient buffer is also defined, start it with ~SPC m .~ or ~, .~
| Key Bindings | Description |
|--------------+---------------|
| ~j~ | next hunk |
| ~k~ | previous hunk |
| ~J~ | next file |
| ~k~ | previous hunk |
| ~K~ | previous file |
** Log view buffer