branch: scratch/add-vdiff
commit d46f68609254bdaca76866ee9e7caaf190acf2bc
Author: justbur <[email protected]>
Commit: justbur <[email protected]>
Make README table narrower
---
README.org | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/README.org b/README.org
index 62d7166..b6a7877 100644
--- a/README.org
+++ b/README.org
@@ -40,26 +40,26 @@ which will bind most of the commands under the =C-c= prefix
when vdiff-mode is
active. Of course you can pick whatever prefix you prefer. With the =C-c=
prefix
the commands would be
-| Key | Command | Description
|
-|---------+---------------------------+----------------------------------------------------|
-| =C-c g= | =vdiff-switch-buffer= | Jump to the corresponding line in the
other buffer |
-| =C-c n= | =vdiff-next-hunk= | Move to next hunk in buffer
|
-| =C-c p= | =vdiff-previous-hunk= | Move to previous hunk in buffer
|
-| =C-c N= | =vdiff-next-fold= | Move to next fold in buffer
|
-| =C-c P= | =vdiff-previous-fold= | Move to previous fold in buffer
|
-| =C-c r= | =vdiff-receive-changes= | Receive the corresponding hunk from
other buffer |
-| =C-c s= | =vdiff-send-changes= | Send this hunk (or all in region) to
other buffer |
-| =C-c f= | =vdiff-refine-this-hunk= | Highlight changed words in hunk
|
-| =C-c F= | =vdiff-refine-all-hunks= | Highlight changed words in hunk
|
-| =C-c c= | =vdiff-close-fold= | Close fold at point or in region
|
-| =C-c C= | =vdiff-close-all-folds= | Close all folds in buffer
|
-| =C-c t= | =vdiff-close-other-folds= | Close all other folds in buffer
|
-| =C-c o= | =vdiff-open-fold= | Open fold at point or in region
|
-| =C-c O= | =vdiff-open-all-folds= | Open all folds in buffer
|
-| =C-c w= | =vdiff-save-buffers= | Save both buffers
|
-| =C-c q= | =vdiff-quit= | Quit vdiff
|
-| =C-l= | =vdiff-sync-and-center= | Recenter both buffers at current line
|
-| =C-c h= | =vdiff-maybe-hydra= | Enter vdiff-hydra if defined (see
below) |
+| Key | Command | Description |
+|---------+---------------------------+-------------------------------------|
+| =C-c g= | =vdiff-switch-buffer= | Switch buffers at matching line |
+| =C-c n= | =vdiff-next-hunk= | Move to next hunk in buffer |
+| =C-c p= | =vdiff-previous-hunk= | Move to previous hunk in buffer |
+| =C-c N= | =vdiff-next-fold= | Move to next fold in buffer |
+| =C-c P= | =vdiff-previous-fold= | Move to previous fold in buffer |
+| =C-c r= | =vdiff-receive-changes= | Receive change from other buffer |
+| =C-c s= | =vdiff-send-changes= | Send this change(s) to other buffer |
+| =C-c f= | =vdiff-refine-this-hunk= | Highlight changed words in hunk |
+| =C-c F= | =vdiff-refine-all-hunks= | Highlight changed words in hunk |
+| =C-c c= | =vdiff-close-fold= | Close fold at point or in region |
+| =C-c C= | =vdiff-close-all-folds= | Close all folds in buffer |
+| =C-c t= | =vdiff-close-other-folds= | Close all other folds in buffer |
+| =C-c o= | =vdiff-open-fold= | Open fold at point or in region |
+| =C-c O= | =vdiff-open-all-folds= | Open all folds in buffer |
+| =C-c w= | =vdiff-save-buffers= | Save both buffers |
+| =C-c q= | =vdiff-quit= | Quit vdiff |
+| =C-l= | =vdiff-sync-and-center= | Recenter both buffers at this line |
+| =C-c h= | =vdiff-maybe-hydra= | Enter vdiff-hydra if defined |
Evil-mode users might prefer something like the following to use =,= as a
prefix
in normal state.