[![GitHub tag](https://img.shields.io/github/tag/philsinatra/SublimePasteRepeater.svg?style=flat-square)](https://github.com/philsinatra/SublimePasteRepeater)
[![Package Control](https://img.shields.io/packagecontrol/dt/PasteRepeater.svg?style=flat-square)](https://packagecontrol.io/packages/PasteRepeater)
[![license](https://img.shields.io/github/license/philsinatra/SublimePasteRepeater.svg?style=flat-square)](https://github.com/philsinatra/SublimePasteRepeater/blob/master/LICENSE.md)
# Paste Repeater
## About
This is a Sublime Text 3 plugin that will let you paste your system's clipboard into a file multiple times. So instead of hitting Ctrl+v two dozen times, you can use this plugin to tell Sublime Text to paste your clipboard as many times as you'd like in a single command.
## Usage
Ctrl+Shift+v
-- or --
Tools -> Command Palette (Ctrl+Shift+P or Cmd+Shift+P) and type `repeater`.
## What Happens
The Sublime Text input panel will ask you how many times you'd like to paste your clipboard into the editor:
![input panel](input_panel.png)
Your system's clipboard will be pasted into the editor at the cursor's current location the number of times you request. All values are rounded down to the lowest whole number.