[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/speedrect 7abd0d9337 33/90: Update README.md
From: |
ELPA Syncer |
Subject: |
[elpa] externals/speedrect 7abd0d9337 33/90: Update README.md |
Date: |
Fri, 6 Dec 2024 18:59:11 -0500 (EST) |
branch: externals/speedrect
commit 7abd0d9337c6538aedad1effbf08e1a6a174d269
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Update README.md
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index dad14e1e3d..5cd39ae179 100644
--- a/README.md
+++ b/README.md
@@ -51,9 +51,11 @@ Use calc, it's super-powerful:
2. Once you have something you're happy with at the top of calc's *stack* (the
entry numbered `1:`), you can:
- hit `q` to return to your original buffer (where `rectangle-mark-mode`
will still be active),
- adjust the position of your rectangle if needed (`S-left/right` is
useful for this; a zero-width rectangle is fine), and
- - hit `m` to copy the top calc matrix over the top of the marked rectangle
(if the matrix has the right number of rows).
+ - hit `m` to yank the matrix from calc into the buffer (if it has the
right number of rows), replacing the marked rectangle.
-Note: what you see is what you get in calc. `v [` and `v ,` will remove the
brackets and commas. `v >` will right align numbers. `d f` will let you set
the number of digits after the decimal. And many more options.
+You don't have to be in the same `mark-rectangle-mode` session to yank a
matrix from calc. As long as the height of your rectangle matches the number
of matrix rows, it will just work. So you can start in one buffer, accumulate
a matrix, manipulate it, switch to another buffer, and yank it there.
+
+**Note**: what you see is what you get in calc. The matrix will be yanked
_exactly_ as it appears. `v [` and `v ,` will remove the brackets and commas.
`v >` will right align numbers. While `v .` is convenient for shortening long
entries, undo it before yanking. `d f` will let you set the number of digits
after the decimal. And many more options.
## Key Listing
- [elpa] externals/speedrect 83a60fa26e 18/90: Update README.md, (continued)
- [elpa] externals/speedrect 83a60fa26e 18/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 9bd1354dee 22/90: Mention straight install, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 0ea0dba568 20/90: more doc tweaks, ELPA Syncer, 2024/12/06
- [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 <=
- [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, 2024/12/06
- [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