branch: externals/objed
commit c88bb7b5268d279ee8bdcef27c65e286f536b568
Author: Clemera <[email protected]>
Commit: Clemera <[email protected]>
Mention new functionality
---
README.asc | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.asc b/README.asc
index 1484836..4a6b1c6 100644
--- a/README.asc
+++ b/README.asc
@@ -242,7 +242,8 @@ determining the context:
|Toggle the state of the current object (inner/whole).
|===
-Commands to switch to other objects (and move point to its start):
+Commands to switch objects (and move point to its start, repeating an
+object command mark all instances in current defun/buffer):
[`objed-map`]
|===
@@ -321,6 +322,12 @@ commands" below):
|kbd:[%]
|Query replace narrowed to current object.
+|kbd:[!]
+|Replace object(s) with minibuffer input.
+
+|kbd:[&]
+|Pipe object region through shell command.
+
|kbd:[$]
|Flyspell textual content of object.