aboutsummaryrefslogtreecommitdiff
path: root/doc/fixed_join.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fixed_join.txt')
-rw-r--r--doc/fixed_join.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/fixed_join.txt b/doc/fixed_join.txt
index 811972b..4ef151a 100644
--- a/doc/fixed_join.txt
+++ b/doc/fixed_join.txt
@@ -15,10 +15,11 @@ MAPPINGS *fixed_join-mappings*
A single mapping target |<Plug>FixedJoin| is provided for a user to `:join`
lines in normal mode without the cursor jumping around.
-If the user's configuration does not specify a mapping to this target by the
-time this plugin is loaded, it will attempt to remap normal |J| to replace its
-default function.
-
+To remap normal |J| to use this instead of its default function, you could put
+this in your |vimrc|:
+>
+ nmap J <Plug>FixedJoin
+<
AUTHOR *fixed_join-author*
Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.