Commit Diff


commit - f2e1ddb3b2513bc1f99687079cb609a133feac00
commit + a5e9be3d8fb24fc987bc5707a89dac4e1e9aaac3
blob - 0afc79dd95658576d76ef4b05add6aa1eb3d2c9f
blob + 730dc47f0b356f3bf54b67c4b8964739a6503c29
--- README.md
+++ README.md
@@ -46,12 +46,14 @@ VC doesn't support this.  This is the motivation behin
 
 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*.