summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJD Smith <93749+jdtsmith@users.noreply.github.com>2021-07-22 11:53:13 -0400
committerGitHub <noreply@github.com>2021-07-22 17:53:13 +0200
commitbd267b59aeb429d8e7ab45e06308d2d82a7297ad (patch)
tree38800932fe2c854e7385ac6585efa3c7013cb35d
parent12d3059a23efa8cf0d4f8a1a26ef662f27904edb (diff)
Touch up features (#43)
-rw-r--r--README.org20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.org b/README.org
index b2e0172..6519f79 100644
--- a/README.org
+++ b/README.org
@@ -34,20 +34,20 @@
* Features
- - Timer-based auto-completions (/off/ by default, set ~corfu-auto~)
- - Popup display with scrollbar indicator and arrow key navigation
- - In manual mode, the popup must be summoned explicitly by pressing =TAB=
- - The current candidate is inserted with =TAB= and selected with =RET=
- - Candidates sorting by prefix, string length and alphabetically
- - The selected candidate is automatically committed on the next input by default.
+ - Timer-based auto-completions (/off/ by default, set ~corfu-auto~).
+ - Popup display with scrollbar indicator and arrow key navigation.
+ - The popup can be summoned explicitly by pressing =TAB= at any time.
+ - The current candidate is inserted with =TAB= and selected with =RET=.
+ - Candidates sorting by prefix, string length and alphabetically.
+ - The selected candidate is automatically committed on any further input by default.
This behavior can be configured by adjusting ~corfu-commit-predicate~.
- Filter string can contain arbitrary characters and spaces, if
~corfu-quit-at-boundary~ is nil. This is needed when filtering with the
[[https://github.com/oantolin/orderless][Orderless]] completion style.
- - Deferred completion style highlighting for performance
- - Jumping to location/documentation of current candidate
- - Show candidate documentation string in the echo area
- - Support for ~annotation-function~ and ~affixation-function~
+ - Deferred completion style highlighting for performance.
+ - Jumping to location/documentation of current candidate.
+ - Show candidate documentation/signature string in the echo area.
+ - Support for ~annotation-function~ and ~affixation-function~.
* Configuration