Tagged Questions
3
votes
1answer
100 views
Delete whole argument in current bash command-line
Using ^W (unix-word-rubout) I can easily delete a single "word" from the current command in my bash shell.
However, when dealing with quoted arguments that contain spaces (or unquoted arguments ...
9
votes
1answer
183 views
Execute a readline function without keybinding?
I was just reading the readline man-page and disovered a bunch of great commands I didn't know about. However, several don't have default key bindings. Is there a way to execute the unbound commands ...
2
votes
1answer
212 views
readline: unix-word-rubout, but backwards, is it possible?
I'm trying to set up my .inputrc to perform a backwards unix-word-rubout but I'm currently failing at doing so.
I have M-w mapped in my .inputrc.
this does not work:
"\eu": universal-argument
"\ew": ...
4
votes
2answers
169 views
How to print keyboard shortcuts in human-readable form?
It would be very useful to have a user-friendly way to get an overview of the currently defined keyboard shortcuts. In other words, given the /etc/inputrc lines
"\e[A": history-search-backward
...