Skip to content

bind support required by fzf and others not availableย #380

Open
@kachick

Description

@kachick

I'm using junegunn/fzf-git.sh in my rc. So automatically loading it by brush is making errors.

For example https://github.com/junegunn/fzf-git.sh/blob/4efe76b0b582e9883e19af50fb364b95d93baaf5/fzf-git.sh#L292C5-L292C57

> ./result/bin/brush --version
brush 0.2.14 (cargo:0.2.14)

> ./result/bin/brush --noprofile
UNIMPLEMENTED: pwd with -P or -L
error: unexpected argument '"\er": redraw-current-line' found

Usage: bind [OPTIONS]

For more information, try '--help'.

error: unexpected argument '"\C-g\C-f": "`_fzf_git_files`\e\C-e\er"' found

Usage: bind [OPTIONS]

For more information, try '--help'.

error: unexpected argument '"\C-gf": "`_fzf_git_files`\e\C-e\er"' found
...

It does not appear when I run with --norc

> ./result/bin/brush --norc
brush$

Metadata

Metadata

Assignees

Labels

area: inputIssues or PRs related to input / keyboard interactionsenhancementNew feature or requestorigin: fzfHit by fzforigin: userReported by brush user

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions