copytoggle.vim : Vim's pastetoggle for copying
script karma |
Rating 0/0,
Downloaded by 1956 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Tim Schumacher |
|
script type |
utility |
|
description |
You know the issue if you have listchars or showbreak configured, or use line numbers. Copying code from vim into another application results in a mess because all those formatting characters are included. copytoggle.vim allows you to set a mapping to toggle those features off while copy-pasting:
nmap <F3> <Plug>copytoggle |
|
install details |
It is recommended to install this plugin from GitHub https://github.com/timakro/vim-copytoggle using a plugin manager like pathogen.vim vimscript #2332, Vundle.vim vimscript #3458 or vim-plug vimscript #4828.
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. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|