branch: externals/vc-got commit a5e9be3d8fb24fc987bc5707a89dac4e1e9aaac3 Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@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*.