aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-08-29 01:08:53 +0200
committerTeddy Wing2021-08-29 01:46:32 +0200
commitbd2e97716a98266907e61f85be662079ad75dd48 (patch)
tree5735047c3cf2269cc95eed4d65b42c69c1ddfa90
parent8ce814a1995ebb00bf0ef123bf03df3b6a0f212c (diff)
downloadreadline-incdec-bd2e97716a98266907e61f85be662079ad75dd48.tar.bz2
README: Add a section describing default bindings
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index a29dc93..e1232b7 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,16 @@ modified.
![Screencast](./Demo.gif)
+## Bindings
+Default bindings are provided, but they can also be customised by adding them
+manually. By default:
+
+| Binding | Action |
+|---------|-----------|
+| `C-x a` | Increment |
+| `C-x x` | Decrement |
+
+
## Install
TODO