aboutsummaryrefslogtreecommitdiff
path: root/rprt.md
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-03-21 17:56:08 +0000
committertslil <tslil@posteo.de>2026-03-21 20:09:34 +0000
commit89d299376c97a3f866dccc15321713ce955d8125 (patch)
tree122bde2e89120bbe21f594e4209f47c9fc0fa352 /rprt.md
parentfb0d0b91bfd45d1911e993ca753d81da5e60f60c (diff)
think the commit logic is worked out now for eager commits
Diffstat (limited to 'rprt.md')
-rw-r--r--rprt.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/rprt.md b/rprt.md
index 31349dd..f036c43 100644
--- a/rprt.md
+++ b/rprt.md
@@ -365,7 +365,7 @@ Text operations follow the broadcasting rules described in ยง1.2. When the text
| `c` | No-op | Current selection |
| `i` | No-op | Current selection |
| `a` | No-op | Current selection |
-| `d` | Delete current selection in | Empty selection |
+| `d` | Delete current selection | Empty selection |
| `w` | Write the current buffer to its associated file. | Current selection |
| `\|` | Run current selection as shell commands, replace with output | Selection of outputs |