1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: zzz-to-char
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-elpa
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/mrkkrp/zzz-to-char
Vcs-Browser: https://salsa.debian.org/emacsen-team/zzz-to-char
Vcs-Git: https://salsa.debian.org/emacsen-team/zzz-to-char.git
Package: elpa-zzz-to-char
Architecture: all
Depends: ${elpa:Depends},
${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: fancy version of `zap-to-char' command
This package provides two new commands `zzz-to-char' and `zzz-up-to-char'
which work like built-ins `zap-to-char' and `zap-up-to-char', but allow you
quickly select exact character you want to “zzz” to.
.
The commands are minimalistic and often work like built-in ones when there is
only one occurrence of target character (except they automatically work in
backward direction too). You can also specify how many characters to scan from
each side of point.
.
This package uses avy as a backend.
|