I'm trying to find Ctrl+Backspace terminal keycode to make it delete whole words in shell.
While it is explained how to get those codes for arrows, Home, Del and such keys with cat
or od
commands:
- Fix key settings (Home/End/Insert/Delete) in .zshrc when running Zsh in Terminator Terminal Emulator
- what is terminal escape sequence for ctrl + arrow (left, right,...) in TERM=linux
or codes given directly here: https://code.google.com/p/mintty/wiki/Keycodes (^_ doesn't work for me) I can't find a way to get Ctrl+Backpace code.
Any clues? Thanks.