diff options
| author | Teddy Wing | 2021-08-29 01:08:53 +0200 |
|---|---|---|
| committer | Teddy Wing | 2021-08-29 01:46:32 +0200 |
| commit | bd2e97716a98266907e61f85be662079ad75dd48 (patch) | |
| tree | 5735047c3cf2269cc95eed4d65b42c69c1ddfa90 | |
| parent | 8ce814a1995ebb00bf0ef123bf03df3b6a0f212c (diff) | |
| download | readline-incdec-bd2e97716a98266907e61f85be662079ad75dd48.tar.bz2 | |
README: Add a section describing default bindings
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -12,6 +12,16 @@ modified.  +## 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 |
