Skip to content

fix: Ctrl+E does no longer create new notes in chooser #526

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

Merged
merged 2 commits into from
Feb 28, 2025

Conversation

gyorb
Copy link
Contributor

@gyorb gyorb commented Feb 25, 2025

There was a --bind behavior change in fzf 0.53.0 which could be causing the error.

execute action is for executing an external program in the alternate screen without leaving fzf. In zk abort+execute was used to close fzf and open a zk instance.

become action is similar to execute, but it replaces the current fzf process with the specified command using execve(2) system call.

This should have similar behavior to the previous abort+execute action.

junegunn/fzf#3865
https://github.com/junegunn/fzf/blob/710ebdf9c14e0c88b0cfc843ce08edcdd4554571/man/man1/fzf.1#L1785-L1789
junegunn/fzf@6ea38b4

fixes: #518

There was a --bind behavior change in fzf 0.53.0 which
could be causing the error.

execute action is for executing an external program in the alternate
screen without leaving fzf. In zk abort+execute was used
to close fzf and open a zk instance.

become action is similar to execute, but it replaces the
current fzf process with the specified command using execve(2) system
call.

This should have similar behavior to the previous abort+execute action.

junegunn/fzf#3865
https://github.com/junegunn/fzf/blob/710ebdf9c14e0c88b0cfc843ce08edcdd4554571/man/man1/fzf.1#L1785-L1789
junegunn/fzf@6ea38b4
@mcDevnagh
Copy link
Member

tested and looks good. Thank you!

@mcDevnagh mcDevnagh merged commit e939463 into zk-org:main Feb 28, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

Ctrl+E does no longer create new notes in chooser
2 participants