1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: ace-window
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 11),
dh-elpa
Standards-Version: 4.1.4
Homepage: https://github.com/abo-abo/ace-window
Vcs-Browser: https://salsa.debian.org/emacsen-team/ace-window
Vcs-Git: https://salsa.debian.org/emacsen-team/ace-window.git
Package: elpa-ace-window
Architecture: all
Depends: ${elpa:Depends},
${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs,
emacs25
Description: selecting a window to switch to
The main function, `ace-window' is meant to replace `other-window'. In fact,
when there are only two windows present, `other-window' is called. If there
are more, each window will have its first character highlighted. Pressing
that character will switch to that window.
|