aboutsummaryrefslogtreecommitdiff
path: root/vim/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-07 10:07:03 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-07 10:09:50 +1300
commit44bd9a85728ec1eb6b4049b31e98ccdad9a8b02b (patch)
treec5e5c1da09f32af4a921a656852817b18c826d68 /vim/doc
parentAdd :FixedJoin command (diff)
downloaddotfiles-44bd9a85728ec1eb6b4049b31e98ccdad9a8b02b.tar.gz
dotfiles-44bd9a85728ec1eb6b4049b31e98ccdad9a8b02b.zip
Give copy_linebreak.vim enable/disable funcs, maps
Add s:CopylinebreakDisable() and s:CopylinebreakEnable functions, and mapping targets for each of them, just to be thorough.
Diffstat (limited to 'vim/doc')
-rw-r--r--vim/doc/copy_linebreak.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/vim/doc/copy_linebreak.txt b/vim/doc/copy_linebreak.txt
index c8463386..285d92ea 100644
--- a/vim/doc/copy_linebreak.txt
+++ b/vim/doc/copy_linebreak.txt
@@ -3,10 +3,16 @@
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 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