aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/copy_linebreak.txt
blob: 15e4b1b0fdfffb9508935c9b6a1e7a2453de9e17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*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

Commands:

    :CopyLinebreakEnable
    :CopyLinebreakDisable
    :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.