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 31 32 33 34 35 36 37
|
From: Aymeric Agon-Rambosson <aymeric.agon@yandex.com>
Date: Tue, 09 Aug 2022 12:57:24 +0200
Subject: Drop references to external images
Forwarded: not-needed
@@ -6,11 +6,6 @@
#+texinfo_dir_title: Vertico: (vertico).
#+texinfo_dir_desc: VERTical Interactive COmpletion.
-#+html: <a href="https://www.gnu.org/software/emacs/"><img alt="GNU Emacs" src="https://github.com/minad/corfu/blob/screenshots/emacs.svg?raw=true"/></a>
-#+html: <a href="https://elpa.gnu.org/packages/vertico.html"><img alt="GNU ELPA" src="https://elpa.gnu.org/packages/vertico.svg"/></a>
-#+html: <a href="https://elpa.gnu.org/devel/vertico.html"><img alt="GNU-devel ELPA" src="https://elpa.gnu.org/devel/vertico.svg"/></a>
-#+html: <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Vertigomovie_restoration.jpg/800px-Vertigomovie_restoration.jpg" align="right" width="30%">
-
Vertico provides a performant and minimalistic vertical completion UI based on
the default completion system. The focus of Vertico is to provide a UI which
behaves /correctly/ under all circumstances. By reusing the built-in facilities
@@ -35,8 +30,6 @@ without white space and comments.
- Annotations are displayed next to the candidates (~annotation-~ and ~affixation-function~).
- Support for candidate grouping and group cycling commands (~group-function~).
-[[https://github.com/minad/vertico/blob/screenshots/vertico-mx.png?raw=true]]
-
* Key bindings
Vertico defines its own local keymap in the minibuffer which is derived from
@@ -270,8 +263,6 @@ Configuration example for =vertico-direc
** Configure Vertico per command or completion category
-[[https://github.com/minad/vertico/blob/screenshots/vertico-ripgrep.png?raw=true]]
-
Vertico offers the =vertico-multiform-mode= which allows you to configure Vertico
per command or per completion category. The =vertico-buffer-mode= enables a
Helm-like buffer display, which takes more space but also displays more
|