1
Fork 0
Add joining feature that respects text-width.
vim
 
Go to file
Joshua Potter 64e32d66fa Setup join mapping. 2017-07-25 11:18:29 -07:00
doc Setup join mapping. 2017-07-25 11:18:29 -07:00
plugin Setup join mapping. 2017-07-25 11:18:29 -07:00
README.md Join plugin setup. 2017-07-25 11:06:15 -07:00

README.md

Smart Join

[VERSION: 0.1]

Overview

Allows for line joining that respects textwidth and optionally clears whitespace.

Refer to doc/ for complete instructions on use.

Installation

I prefer using vim-plug for plugin management as follows:

Plug 'jrpotter/vim-join'

Follow use according to plugin manager you use or optionally copy plugin/join.vim from this repo into $VIM_DIR/plugin.

Usage

Create a mapping to SmartJoin to use the new joining functionality. For instance,

noremap J SmartJoin