aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/fixed_join.txt
blob: 834a356951c2ead1813a39d8a36a76d93bf3c46f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*fixed_join.txt*  Join lines in normal mode without moving cursor

Author:  Tom Ryder <tom@sanctum.geek.nz>
License: Same terms as Vim itself (see |license|)

This plugin provides a mapping target <Plug>FixedJoin to create a binding 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 map 'J' in normal mode to simply replace
the default functionality.

The plugin also provides a :FixedJoin command if you have +user_commands, but
this is not required.

This plugin lives in Tom Ryder's "dotfiles" suite, and will eventually be spun
off into a separate distribution as it solidifies and this documentation
improves.