[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/speedrect d165a200ed 06/90: README: add key listing
From: |
ELPA Syncer |
Subject: |
[elpa] externals/speedrect d165a200ed 06/90: README: add key listing |
Date: |
Fri, 6 Dec 2024 18:59:07 -0500 (EST) |
branch: externals/speedrect
commit d165a200ed5665082633851830e70c9afcd6d7e4
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
README: add key listing
---
README.md | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/README.md b/README.md
index 7fd9629fc2..068c79c43a 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,36 @@ Start `rectangle-mark-mode` as usual (`C-x SPC`, by
default). Hit `?` to summon
## Hints
A rectangle is just a _region_ (point and mark), specially interpreted. While
marking rectangles, you can `C-x C-x` to switch point and mark to make changes
to the top/bottom of the selected region.
+
+## Key Listing
+
+```
+SpeedRect Rectangle Mark Mode Commands
+======================================================================
+Insertion:
+ [o] open fill rectangle with spaces, moving adjacent text right
+ [t] string replace rectangle with prompt string
+Killing:
+ [k] kill kill and save rectangle for yanking
+ [d] delete kill rectangle without saving
+ [SPC] del-ws delete all whitespace, starting from left column
+ [c] clear clear rectangle area by overwriting with spaces
+Change Rectangle:
+ [n] new start a new rectangle from this location
+ [l] last restore the last used rectangle position, if possible
+Shift Rectangle (can use numeric prefixes)
+ [S-left] move the rectangle left
+ [S-right] move the rectangle right
+ [M-S-left] move the rectangle left 5 columns
+ [M-S-right] move the rectangle right 5 columns
+Copy/Yank:
+ [w] copy copy rectangle for future yanking
+ [y] yank yank rectangle, inserting at point
+Calc:
+ [#] grab grab the rectangle as a matrix in calc
+ [=] across sum across rows and grab result in calc
+ [+] down sum down the columns and grab result in calc
+Etc:
+ [?] help view this Help buffer
+ [q] quit exit rectangle-mark-mode"))
+```
- [elpa] branch externals/speedrect created (now 4603a1ff09), ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 80960c5485 01/90: Initial commit, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect befd16c586 05/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 314b407f76 08/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect c76e235f30 03/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect d165a200ed 06/90: README: add key listing,
ELPA Syncer <=
- [elpa] externals/speedrect 36a9ed2a91 07/90: increase doc header bar width, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 9c3dfa1a53 09/90: doc: add colon, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 1aebd1bf69 10/90: doc: remove extra chars, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 5552953cb0 16/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 4e17571248 17/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 38ba3c56ff 19/90: doc tweaks, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 685478097b 23/90: mention [N]umbers, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 8902387c85 28/90: README: describe operation with calc, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 7c77c5832f 02/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 7f9293882d 04/90: Initial commit, ELPA Syncer, 2024/12/06