mirror of
https://github.com/jrpotter/vim-join.git
synced 2026-09-03 01:01:31 +00:00
Add joining feature that respects text-width.
- Vim Script 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| doc | ||
| plugin | ||
| 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