branch: externals/objed commit a7b8c488641a8f873b92fccb895f378ada3a6554 Author: Clemens Radermacher <clem...@posteo.net> Commit: Clemens Radermacher <clem...@posteo.net>
Update docs --- README.asc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.asc b/README.asc index db7f245..a25af18 100644 --- a/README.asc +++ b/README.asc @@ -236,7 +236,7 @@ example. Any whitespace after point is skipped before determining the context: |Toggle object state. Switches between inner and whole object state. |kbd:[[/\]] -|If coming from basic movement the object at point is guessed based on context. Point is moved to the beginning/end of object at point. This is useful to "jump out" of the current context. On repeat move to the previous/next instance of current object type +|Move to the start of previous/next instance of current object type. |kbd:[(/)] |Move to inner beginning/end of the object at point and activate the text moved over. @@ -283,6 +283,9 @@ Indent/Move objects around: |kbd:[M-left/M-right] |Move/indent all lines in object to right/leftward to tab stop. +|kbd:[C-M-left/C-M-right] +|Slurp following sexp into current object/Barf last sexp out of current object. + |kbd:[S-left/S-right/S-up/S-down/F/B] |Move current object type forward/backward (https://with-emacs.com/posts/i-like-to-move-it-emacs-version/[blog]). @@ -348,7 +351,7 @@ once you can mark them first (see the "Misc commands" below): |Comment and duplicate object. |kbd:[C - M - RET] -|Insert new (empty) instance of current object type. This inserts the current object without the inner content. +|Insert new (empty) instance of current object type. This inserts the object boundaries without the inner content. |kbd:[$] |Spell check textual content of object using `flyspell`. @@ -379,6 +382,9 @@ Misc commands: |kbd:[z] |Choose an instance of current object type on the screen with `avy` (https://with-emacs.com/posts/objed/jump-around-emacs-version/[blog]). +|kbd:[M-g o] +|Choose an instance of current object, by first lines content. + |kbd:[m] |Add/Remove current object to marked objects and move to next.