Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Significant prompt flick with fzf --expect #3869

Open
7 of 10 tasks
tmpm697 opened this issue Jun 16, 2024 · 3 comments
Open
7 of 10 tasks

Significant prompt flick with fzf --expect #3869

tmpm697 opened this issue Jun 16, 2024 · 3 comments

Comments

@tmpm697
Copy link

tmpm697 commented Jun 16, 2024

Checklist

  • I have read through the manual page (man fzf)
  • I have searched through the existing issues
  • For bug reports, I have checked if the bug is reproducible in the latest version of fzf

Output of fzf --version

0.53.0 (0.53.0)

OS

  • Linux
  • macOS
  • Windows
  • Etc.

Shell

  • bash
  • zsh
  • fish

Problem / Steps to reproduce

To capture the key press I use a map/list/array in shells for whatever it called like bellow:

var result = [(echo "1\n\2\n3" | fzf --expect=ctrl-h)]   # [] is an array or list
var key = $result[0]
var fuzzy = $result[1]

compare to non --expect and no need to bring array/list, above code is significant cause shell to redraw prompt more.

@junegunn
Copy link
Owner

I don't know what you mean by that. Do you have a video capture of the problem you're experiencing?

@LangLangBart
Copy link
Contributor

@tmpm697 The maintainer dedicates their time and effort to support this project. Ignoring their requests for information while opening new issues is disrespectful. Please respond to queries on existing issues before creating new ones.

@tmpm697
Copy link
Author

tmpm697 commented Jun 23, 2024

@tmpm697 The maintainer dedicates their time and effort to support this project. Ignoring their requests for information while opening new issues is disrespectful. Please respond to queries on existing issues before creating new ones.

It's not, I'm trying to gathering info, but this is something that I sometime observing, but not quite of sure, but flick is real issue to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants