I have shift-tab
bound to shell-expand-line
in my .inputrc
. However, I want shift-tab
to also insert a space character after doing the shell-expand-line
. How can I do this?
This is what my .inputrc
currently looks like:
"^[[Z": shell-expand-line
The ^[[Z
is what shift-tab
looks like. I've tried the following possibilities, but they don't work:
"^[[Z": "shell-expand-line "
"^[[Z": shell-expand-line " "
"^[[Z": shell-expand-line" "