aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/copy_linebreak.txt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-04 18:25:40 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-04 18:25:40 +1300
commit6455202bbb1002632ddc69b52bbc8f077b532499 (patch)
tree87b398607f18cb1edae4f076dddc48cb935e35aa /vim/doc/copy_linebreak.txt
parentMerge branch 'hotfix/v0.6.1' into develop (diff)
parentRename toggle plugin again, use commands not funcs (diff)
downloaddotfiles-6455202bbb1002632ddc69b52bbc8f077b532499.tar.gz
dotfiles-6455202bbb1002632ddc69b52bbc8f077b532499.zip
Merge branch 'feature/spin-vim-plug' into develop
* feature/spin-vim-plug: Rename toggle plugin again, use commands not funcs Add short documentation for new custom plugins Use same comment boilerplate for custom plugins Check 'eval' feature for loading command_typos.vim Wrap detect_background.vim func call in 'silent!' Rename and refactor option toggle plugin Don't suggest mappings in Vim plugin comments Move Vim background detection logic into plugin Specify an install-vim-autoload target Spin 'fo' toggle out into new flag toggler plugin Spin copyable linebreak config into new plugin Spin stable join config out into new plugin Use <Plug> prefix, make space strip configurable Rename a misnamed variable in big_file.vim Rename bigfile plugin to big_file Move trailing space strip config into plugin Separate command typos config to plugin
Diffstat (limited to 'vim/doc/copy_linebreak.txt')
-rw-r--r--vim/doc/copy_linebreak.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/vim/doc/copy_linebreak.txt b/vim/doc/copy_linebreak.txt
new file mode 100644
index 00000000..c8463386
--- /dev/null
+++ b/vim/doc/copy_linebreak.txt
@@ -0,0 +1,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.