branch: externals/vertico commit e0bb699ebf9e41893dbd19e7d19381fa73c08bc1 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
README: Use table --- README.org | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.org b/README.org index b5a651e7ca..4127b526f8 100644 --- a/README.org +++ b/README.org @@ -308,16 +308,16 @@ problem. (consult-grep buffer))) #+end_src -Temporary toggling between the different display modes is possible. The -following commands are bound by default in the =vertico-multiform-map=. You can of -course change these bindings if you like. - -- =M-B= -> ~vertico-multiform-buffer~ -- =M-F= -> ~vertico-multiform-flat~ -- =M-G= -> ~vertico-multiform-grid~ -- =M-R= -> ~vertico-multiform-reverse~ -- =M-U= -> ~vertico-multiform-unobtrusive~ -- =M-V= -> ~vertico-multiform-vertical~ +The different display modes can be toggled temporarily. The +=vertico-multiform-map= binds the following toggle commands to keys. Depending on +preference, these bindings can be changed in the =vertico-multiform-map=. + +| =M-B= | ~vertico-multiform-buffer~ | +| =M-F= | ~vertico-multiform-flat~ | +| =M-G= | ~vertico-multiform-grid~ | +| =M-R= | ~vertico-multiform-reverse~ | +| =M-U= | ~vertico-multiform-unobtrusive~ | +| =M-V= | ~vertico-multiform-vertical~ | For special configuration you can use your own functions or even lambdas to configure the completion behavior per command or per completion category.