Skip to content

Commit

Permalink
Sort key bindings alphabetically in version-control README.org
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jun 24, 2018
1 parent ce6e286 commit 666671a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions layers/+source-control/version-control/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 666671a

Please sign in to comment.