-
-
Notifications
You must be signed in to change notification settings - Fork 2
12.1. Join
shinokada edited this page May 11, 2014
·
1 revision
[range]j[lines]
:%j # join all lines
:j10 # join 10 lines
:5j20 # join from line 5 for 20 lines
:%j! # replace the new linew with no-spaces
:global/^/join # join every other lines
:%norm J # same as above
:5,20join # join from line 5to 20
Important: The Tables of Content are generated. Any change will be overridden on the next update.
For more information: GitHub Wikifier