7
2
In readline(3)
I should be able to map Control-Backspace to the same function as Control-W (unix-kill-rubout). Regardless of what I put in ~/.inputrc
I'm unable to get this to be recognized.
\C-\b: unix-kill-rubout
...for instance does not work. Can I map Control-Backspace to the unix-kill-rubout in readline?
How do you check what the terminal sends/receives when you press some keys? (in putty for example) – N M – 2019-02-12T05:47:25.247
Rather, how do you translate this to emacs keybindings? – N M – 2019-02-12T07:27:16.533