aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/copy_linebreak.txt
blob: c846338633d71565fe990812411c4c464819f35c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
*copy_linebreak.txt*  Mapping to toggle copy-paste friendly linebreak options

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

This plugin provides a mapping target <Plug>CopyLinebreak to create a binding
for a user to quickly toggle |'linebreak'|-related settings when |'wrap'| is
enabled, to switch between human-readable output and a format friendly for
copy-pasting with terminal emulators or screen/tmux.

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.