mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
app-vim/bracketed-paste: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
17
app-vim/bracketed-paste/metadata.xml
Normal file
17
app-vim/bracketed-paste/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>cyber+gentoo@sysrq.in</email>
|
||||
<name>Anna</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
This is a tiny plugin that simply monitors your typing speed and
|
||||
`set paste` automatically. When then typing interval between two
|
||||
typed characters is less than 0.01s, it will `set paste` for
|
||||
you. Because there's no human being could type that fast! After
|
||||
you have finished pasting and leave insert mode, or if the file
|
||||
stays unchanged for about 0.1s, vim-paste-easy will `set
|
||||
nopaste` for you.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user