Skip to content

Tags: gtr/fff.nvim

Tags

0.5.3-nightly.77881a1

Toggle 0.5.3-nightly.77881a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: optional vim-mode in prompt input (dmtrKovalenko#384)

* feat: enable vim-mode

* feat: handle cursor move to move up until prefix

* feat: make it configurable

* docs: vim_mode

* docs: update to prompt_vim_mode

Co-authored-by: Dmitriy Kovalenko <dmitriy@iusevimbtw.com>

* refactor: rename vim_mode to prompt_vim_mode

Matches the maintainer's preferred naming from PR review: since this is a
neovim plugin, the flag scope is clarified by the prompt_ prefix.

* style: collapse single-statement if for stylua

---------

Co-authored-by: Dmitriy Kovalenko <dmitriy@iusevimbtw.com>

0.5.3-nightly.2606dce

Toggle 0.5.3-nightly.2606dce's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Perfromance regression (dmtrKovalenko#376)

* fix: Perfromance regression

* chore: Update docs for - fix: Perfromance regression

0.5.3-nightly.18a7af0

Toggle 0.5.3-nightly.18a7af0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: create new qflist instead of replacing (dmtrKovalenko#377)

0.5.3-nightly.7de55be

Toggle 0.5.3-nightly.7de55be's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: create new qflist instead of replacing (dmtrKovalenko#377)

0.5.3-nightly.7c30055

Toggle 0.5.3-nightly.7c30055's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Perfromance regression (dmtrKovalenko#376)

* fix: Perfromance regression

* chore: Update docs for - fix: Perfromance regression

0.5.3-nightly.fb339f7

Toggle 0.5.3-nightly.fb339f7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: create new qflist instead of replacing (dmtrKovalenko#377)

0.5.3-nightly.e77bbef

Toggle 0.5.3-nightly.e77bbef's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: create new qflist instead of replacing (dmtrKovalenko#377)

0.5.3-nightly.d61c63b

Toggle 0.5.3-nightly.d61c63b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: create new qflist instead of replacing (dmtrKovalenko#377)

0.5.3-nightly.5515969

Toggle 0.5.3-nightly.5515969's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Unicode segmentation crash (dmtrKovalenko#373)

* fix: Unicode segmentation crash

closes dmtrKovalenko#369

* chore: Update docs for - fix: Unicode segmentation crash

0.5.3-nightly.318713d

Toggle 0.5.3-nightly.318713d's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Correct bonuses for actual path prefix (dmtrKovalenko#372)

* feat: Correct bonuses for actual path prefix

The issue is related to the fact that long prefix similarity the suffix
difference got neglected as a small typo which is wrong

* chore: Update docs for - feat: Correct bonuses for actual path prefix