From 6fcb99b35af85bc87e9de81b04cfa5c475bff57f Mon Sep 17 00:00:00 2001 From: Anh T Nguyen Date: Sun, 27 Feb 2022 12:21:32 +0700 Subject: [PATCH] docs(company): code completion with multiple keywords --- modules/completion/company/README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/completion/company/README.org b/modules/completion/company/README.org index ba4be078a..7304133ba 100644 --- a/modules/completion/company/README.org +++ b/modules/completion/company/README.org @@ -82,6 +82,10 @@ available to evil users to access specific company backends: | [[kbd:][C-x C-s]] | Complete snippet | | [[kbd:][C-x s]] | Complete spelling suggestions | +** Searching with multiple keywords +If the =vertico= module is enabled, users can perform code completion with multiple search keywords with an ampersand =&=. +More information can be found [[https://github.com/oantolin/orderless#company][here]]. + * TODO Configuration #+begin_quote 🔨 /This module's configuration documentation is incomplete./ [[doom-contrib-module:][Complete it?]]