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

Add support for Alt-DEL and fix Ctrl-W behavior #877

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

kkebo
Copy link
Contributor

@kkebo kkebo commented Dec 28, 2024

According to https://www.gnu.org/software/bash/manual/bash.html#Commands-For-Killing, Ctrl-W's word boundary is a whitespace. So I fixed it.

Instead, I also added a new keyboard shortcut Alt-DEL, whose word boundary is the same as Alt-left arrow.

@holzschu holzschu merged commit 5be6d3a into holzschu:master Jan 2, 2025
@kkebo kkebo deleted the add-alt-del branch January 2, 2025 09:54
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.

2 participants