CTRL + R not working
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 83.1k
- Forks
- 3.1k
- Avg merge
- 17h 8m
- Merged PRs (30d)
- 10
Description
I am a MAC M1 user and the CTRL+R option was working fine until a few days back when it suddenly stopped working.
My fzf version is 0.60.2 (brew)
And shell is interactive and I get the following response upon using 'bindkey | grep fzf'
"^I" fzf-completion
"^R" fzf-history-widget
"^T" fzf-file-widget
"^[c" fzf-cd-widget
If I use fzf-history-widget alone I get 'widgets can only be called when ZLE is active'. My CTRL+T is working fine but this history thing
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the CTRL-R failure with fzf 0.60.2 in the interactive shell, then compare the bindkey mapping for fzf-history-widget with the working CTRL-T mapping. Check whether invoking the history widget occurs inside ZLE; done means CTRL-R invokes history search without the reported ZLE error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100