[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/speedrect f81a17461d 53/90: Update README.md
From: |
ELPA Syncer |
Subject: |
[elpa] externals/speedrect f81a17461d 53/90: Update README.md |
Date: |
Fri, 6 Dec 2024 18:59:14 -0500 (EST) |
branch: externals/speedrect
commit f81a17461d4a7cf535ea462614e368ec59dd8394
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 9bc7aa7533..f22ae3cb6f 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,13 @@ Quick key bindings and other tools for Emacs'
`rectangle-mark-mode`.
- Single-key [bindings](#key-listing) for all the basic rectangle functions:
open, insert string, kill, delete, clear, copy, yank.
- Restarts by default, so you can continue rectangle actions.
-- Additional command to _invert the deletion_, i.e. delete the _unmarked
columns_, keeping only the marked rectangle on those lines.
- Ability to restore the last rectangle's position, which gets auto-saved.
+- Additional command to _invert the deletion_, i.e. delete the _unmarked
columns_ in affected rows, keeping only the marked rectangle on those lines.
- Change your mind and start a new rectangle from point.
-- Exposes useful unbound command to delete whitespace from the rectangle start
rightwards.
+- Exposes a useful command (`SPC`) to delete whitespace from the left
rectangle boundary.
- Column shift: slide the marked rectangle position left or right, 1 (hold
shift) or 5 (meta-shift) columns at a time (or any number of columns, with a
numerical prefix).
-- Two-way interaction with Calc: send sums or tables of data into calc, and
yank processed matrix data into the buffer from the top of calc's stack.
-- A useful help page (hit `?`).
+- Two-way interaction with Calc: send sums or tables of data into calc, and
yank processed matrix data back into the rectangle from the top of calc's stack.
+- A useful help page (`?`).
## Installation
- [elpa] externals/speedrect 2aac618746 26/90: speedrect-yank-from-calc: added, (continued)
- [elpa] externals/speedrect 2aac618746 26/90: speedrect-yank-from-calc: added, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect f0de893e1a 14/90: kill-rest: added on "r", ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 1e9b598017 21/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 952899587f 24/90: doc: extend bar, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 395c578693 25/90: doc tweaks, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 496f6e7473 31/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 0d899fc06d 34/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 7abd0d9337 33/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect bb9d61cba6 39/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 629e9d935b 42/90: add move up/down commands and [M-]S-<up>/<down>, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect f81a17461d 53/90: Update README.md,
ELPA Syncer <=
- [elpa] externals/speedrect d4d89acb50 27/90: yank-from-calc: preserve at least one space padding each side, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect a8b179b738 41/90: Remove superfluous \n, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 1ffb2c76ca 30/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 3cab9dfcc5 35/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect d9d7f79977 36/90: calc-grab-sum-down/across: switch to `_` and `:` to mirror calc, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 1e732a5b35 44/90: bump version, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect a9086d65e5 45/90: speedrect-right-char: correct rectangle-right logic, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 6867945e0b 54/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 2a4d4f0bcd 59/90: Properly handle point/mark crutches for saving rects, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect d2af235ca3 60/90: stash: save point and mark crutches to stash, ELPA Syncer, 2024/12/06