branch: externals/vertico
commit 733593949e067105a664858286c0afdb2be479be
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    README: Update comparisons
---
 README.org | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/README.org b/README.org
index 101ee7d834..a998e9b773 100644
--- a/README.org
+++ b/README.org
@@ -459,17 +459,15 @@ the users interacts with Emacs.
 There are other interactive completion UIs, which follow a similar philosophy:
 
 - [[https://git.sr.ht/~protesilaos/mct][Mct]]: Minibuffer and Completions in 
Tandem. Mct reuses the default
-  ~*Completions*~ buffer and enhances it with automatic updates and additional
-  keybindings, to select a candidate and move between minibuffer and 
completions
-  buffer. Since Mct uses a fully functional buffer you can use familiar buffer
-  commands inside the completions buffer. The main distinction to Vertico's
-  approach is that ~*Completions*~ buffer displays all matching candidates. 
This
-  has the advantage that you can interact freely with the candidates and jump
-  around with Isearch or Avy. On the other hand it necessarily causes a
-  slowdown.
-- Icomplete: Emacs comes with the builtin =icomplete-vertical-mode=, which is a
-  more bare-bone than Vertico. Vertico offers additional flexibility thanks to
-  its [[#extensions][extensions]].
+  ~*Completions*~ buffer and enhances it with automatic updates. Since Mct 
uses a
+  regular buffer you can use the usual movement commands. The main distinction
+  to Vertico's approach is that ~*Completions*~ buffer displays all matching
+  candidates. This has the advantage that you can interact freely with the
+  candidates and jump around with Isearch or Avy. On the other hand it
+  necessarily causes a slowdown.
+- Icomplete: Emacs comes with the builtin =icomplete-vertical-mode=, which is 
more
+  bare-bone than Vertico. Vertico offers additional flexibility via its
+  [[#extensions][extensions]].
 - [[https://github.com/radian-software/selectrum][Selectrum]]: Selectrum is 
the predecessor of Vertico has been deprecated in
   favor of Vertico. Read the 
[[https://github.com/minad/vertico/wiki/Migrating-from-Selectrum-to-Vertico][migration
 guide]] when migrating from Selectrum.
 

Reply via email to