项目作者: timakro

项目描述 :
Vim's pastetoggle for copying
高级语言: Vim script
项目地址: git://github.com/timakro/vim-copytoggle.git
创建时间: 2018-02-18T16:04:52Z
项目社区:https://github.com/timakro/vim-copytoggle

开源协议:GNU General Public License v3.0

下载


copytoggle.vim

Vim’s pastetoggle for copying

Overview

copytoggle.vim allows you to disable esthetical characters like line numbers
with a single keypress for painless copy-pasting:

  1. nmap <F3> <Plug>copytoggle

Currently the following features are supported:

  • listchars
  • linebreak
  • showbreak
  • line numbers
  • foldcolumn
  • conceal
  • signcolumn

copytoggle.vim demo

Requirements

  • Vim 7.0+

Installation

It is recommended to install this plugin using a plugin manager like
pathogen.vim,
Vundle.vim or
vim-plug.

Alternatively you can just drop the plugin and doc folders into your
~/.vim directory. Don’t forget to run :helptags ~/.vim/doc to generate the
help tags after a manual installation.

License

Copyright (C) 2018 Tim Schumacher

License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent per‐mitted by law.