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

fix(mapping): handle gracefully keyboard interrupt on buffer pick. #81

Merged
merged 1 commit into from
Mar 26, 2023

Conversation

soifou
Copy link
Contributor

@soifou soifou commented Sep 23, 2022

When the picker mode is enabled (in focus or close mode), hitting <C-c> throw E5108: Error executing lua: Keyboard interrupt

This changes allow to handle <C-c> as if <Esc> was typed.

When the picker mode is enabled (in focus or close mode), hitting
<C-c> throw E5108: Error executing lua: Keyboard interrupt

This changes allow to handle <C-c> as if <Esc> was typed.
Copy link
Owner

@willothy willothy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@willothy willothy merged commit 0edbbd7 into willothy:master Mar 26, 2023
@soifou
Copy link
Contributor Author

soifou commented Mar 26, 2023

Thanks @willothy! And glad to know the project found a new maintainer :)

@soifou soifou deleted the fix-buffer-pick-keyboard-interrupt branch March 26, 2023 01:10
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.

None yet

2 participants