aboutsummaryrefslogtreecommitdiff
path: root/doc/fixed_join.txt
blob: 811972bb256f7eba84a9ad347484732cdd68cf1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
*fixed_join.txt*	For Vim version 6.0	Last change: 2018 June 23

DESCRIPTION					*fixed_join*

This plugin provides a mapping target to `:join` lines in normal mode while
keeping the cursor in place and still supporting a count prefix.

REQUIREMENTS					*fixed_join-requirements*

This plugin is only available if 'compatible' is not set.

MAPPINGS					*fixed_join-mappings*
						*<Plug>FixedJoin*

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.

AUTHOR						*fixed_join-author*

Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.

LICENSE						*fixed_join-license*

Licensed for distribution under the same terms as Vim itself (see |license|).

 vim:tw=78:ts=8:ft=help:norl: