emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vc-got a5e9be3 029/145: fix table


From: ELPA Syncer
Subject: [elpa] externals/vc-got a5e9be3 029/145: fix table
Date: Thu, 9 Sep 2021 15:58:27 -0400 (EDT)

branch: externals/vc-got
commit a5e9be3d8fb24fc987bc5707a89dac4e1e9aaac3
Author: Omar Polo <op@omarpolo.com>
Commit: Omar Polo <op@omarpolo.com>

    fix table
---
 README.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 0afc79d..730dc47 100644
--- a/README.md
+++ b/README.md
@@ -46,12 +46,14 @@ VC doesn't support this.  This is the motivation behind
 
 The following keys are enabled by `vc-got-stage-mode`:
 
+| key                | description                                    |
+|--------------------|------------------------------------------------|
 | <kbd>C-c g A</kbd> | Applies (i.e. stage in got) the marked changes |
-| <kbd>C-c g b</kbd> | Go to beginning of change |
-| <kbd>C-c g e</kbd> | Go to end of change |
-| <kbd>C-c g n</kbd> | Go to next change |
-| <kbd>C-c g p</kbd> | Go to previous change |
-| <kbd>C-c g t</kbd> | Toggle mark |
+| <kbd>C-c g b</kbd> | Go to beginning of change                      |
+| <kbd>C-c g e</kbd> | Go to end of change                            |
+| <kbd>C-c g n</kbd> | Go to next change                              |
+| <kbd>C-c g p</kbd> | Go to previous change                          |
+| <kbd>C-c g t</kbd> | Toggle mark                                    |
 
 A change is a set of sequential line added/removed by the diff, it is
 a smaller unit than a *hunk*.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]