emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/objed 5e751c8 6/9: Add links to blog posts


From: Clemens Radermacher
Subject: [elpa] externals/objed 5e751c8 6/9: Add links to blog posts
Date: Tue, 29 Jan 2019 17:40:05 -0500 (EST)

branch: externals/objed
commit 5e751c84421adbd796e258cd9135ef47e77bd2e9
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Add links to blog posts
---
 README.asc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.asc b/README.asc
index ecd6d49..0afd104 100644
--- a/README.asc
+++ b/README.asc
@@ -234,7 +234,7 @@ determining the context:
 |If coming from basic movement the object at point is guessed based on 
context. Point is moved  to the beginning/end of object. This is useful to 
"jump out" of the current context. On repeat move to the previous/next instance 
of current object type
 
 |kbd:[</>]
-|Goto first/last instance of current object type.
+|Goto first/last instance of current object type 
(https://with-emacs.com/posts/objed/spotlight-objed-move-to-first-or-last-instance/[blog]).
 
 |kbd:[o]
 |Activate the inner part of the object at point and move to the start. This is 
useful to act on the content of the string, brackets and so on. On repeat 
expand to other objects around current position.
@@ -266,7 +266,7 @@ object command mark all instances in current defun/buffer):
 |Switch to line object.
 
 |kbd:[c]
-|Prefix to switch to other objects, see `objed-object-map` for available 
objects and `objed-define-object` to add your own.
+|Prefix to switch to other objects, see `objed-object-map` for available 
objects and `objed-define-object` to add your own 
(https://with-emacs.com/posts/objed/writing-your-own-text-objects-for-objed/[blog]).
 |===
 
 
@@ -283,7 +283,7 @@ Indent/Move objects around:
 |Move/indent all lines in object to right/leftward to tab stop.
 
 |kbd:[S-left/S-right]
-|Move current object forward/backward.
+|Move current object forward/backward 
https://with-emacs.com/posts/i-like-to-move-it-emacs-version/[blog].
 
 |kbd:[F/B]
 |Switch to char object and move it forward/backward.
@@ -337,7 +337,7 @@ commands" below):
 |Pipe object region through shell command.
 
 |kbd:[\|]
-|Incrementally construct command chain to replace text (with live view of 
output).
+|Incrementally construct command chain to replace text 
(https://with-emacs.com/posts/objed/incremental-construction-of-command-chains-to-replace-text/[blog]).
 
 |kbd:[Ctrl - RET]
 |Evaluate current object using `eval-in-repl`.
@@ -378,7 +378,7 @@ Misc commands:
 |Choose an instance of current object type with completion, using the contents 
of the first line for completion.
 
 |kbd:[z]
-|Choose an instance of current object type on the screen with `avy`.
+|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]
 |Add/Remove current object to marked objects and move to next.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]