Commit graph

5 commits

Author SHA1 Message Date
Aloxaf acdc37214b
feat: prefix completion (#413)
* feat: complete prefix

* fix: normal completion

* fix: follow zsh menu setting

* fix: tests

* fix: multiple selection

* test: force list

* fix: don't complete unambiguous prefix in continous completion

* fix: clear intermediate variables

* fix: -ftb-complete-apply -> _fzf-tab-apply

* test: docs
2024-02-26 11:02:09 +08:00
Aloxaf 629417fd2a
refactor: apply some good points from z4h (#132) 2020-10-25 00:41:33 +08:00
Aloxaf 8d8a31785c
feat: add support of print-query (#106) 2020-07-30 09:13:30 +08:00
Aloxaf 10b41699be
More tests 2020-03-07 13:53:16 +08:00
Aloxaf fc30c60e4c
More configuration via zstyle (#46)
* Use zstyle for configuration

* Fix bug when disable sort

* Fix typo

* Fix curcontext

* Update doc

* All via zstyle and change delimiter to \x02

* Better support of preview

* Fix bug when disable sort

* Change `fzf_tab` to `fzf-tab`

* Add basic test

* \2 to \0

* Update
2020-03-06 17:17:49 +08:00