-
-
Notifications
You must be signed in to change notification settings - Fork 583
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
howto remap ctrl h to delete previous character? #1077
Comments
I'm trying to do the same and found your issue. A quick search and I found #636 which led to https://github.com/ellie/atuin/blob/6c6f5f8187c1aa6c0b19879a717c538ced65bfb5/atuin/src/command/client/search/interactive.rs#L133 You can simply change the line and then compile the binary yourself. Maybe we have have a flag to config this as well? |
As mentioned form the talk atuin: magical shell history with Rust, I found #68 (comment) and it works perfect for me. Since we're using |
I'm also looking for a way for ctrl-h to delete the previous char instead of moving the cursor to the left (I'm not using fzf for reverse histo search). |
you may use my fork: cargo install --force --git https://github.com/ompugao/atuin --branch feat/backspace-with-ctrl-h |
closed in favour of #193 it's on my list to address key bindings fairly soon 🙏 |
howto remap ctrl h to delete previous character?
The text was updated successfully, but these errors were encountered: