commit a5e9be3d8fb24fc987bc5707a89dac4e1e9aaac3 from: Omar Polo date: Tue Dec 08 22:37:14 2020 UTC fix table 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 | +|--------------------|------------------------------------------------| | C-c g A | Applies (i.e. stage in got) the marked changes | -| C-c g b | Go to beginning of change | -| C-c g e | Go to end of change | -| C-c g n | Go to next change | -| C-c g p | Go to previous change | -| C-c g t | Toggle mark | +| C-c g b | Go to beginning of change | +| C-c g e | Go to end of change | +| C-c g n | Go to next change | +| C-c g p | Go to previous change | +| C-c g t | Toggle mark | A change is a set of sequential line added/removed by the diff, it is a smaller unit than a *hunk*.