aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/copy_linebreak.txt
blob: 285d92eada878abf468705b2bf2c38a898074f58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*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 mapping targets for a user to set, unset, or 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.

Mappings:

    <Plug>CopyLinebreakEnable
    <Plug>CopyLinebreakDisable
    <Plug>CopyLinebreakToggle

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.