-
Notifications
You must be signed in to change notification settings - Fork 21
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
Different control sequence for Backspace and Ctrl+Backspace #32
Comments
I made a quick googling but still not sure what Ctrl-backspace really does in an urxvt. |
Which control sequence urxvt sends is not important (urxvt is inconsistent in this aspect anyway), the important fact is only that it sends one that is different than backspace. |
So you want Ctrl-backspace to send backspace in (evil)vte? |
That's the current behavior, and that's precisely what I don't want ! Let me show you why I want it. Here is what I have in my .zshrc : bindkey "^[[3;5~" kill-word # ctrl+delete delete a whole word I would like to add
with I would like alt+backspace too, btw ;) |
Ah, I see. |
nice, thanks. |
It would be very nice to be able to define an alternative control sequence for Ctrl-backspace (as urxvt does). I'm not sure if it's a limitation of vte or not.
The text was updated successfully, but these errors were encountered: