我shift-tab必须shell-expand-line在我的.inputrc. 但是,我还想shift-tab在执行完后插入一个空格字符shell-expand-line。我怎样才能做到这一点?
这就是我.inputrc目前的样子:
"^[[Z": shell-expand-line
Run Code Online (Sandbox Code Playgroud)
这^[[Z就是shift-tab看起来的样子。我尝试了以下可能性,但它们不起作用:
"^[[Z": "shell-expand-line "
"^[[Z": shell-expand-line " "
"^[[Z": shell-expand-line" "
Run Code Online (Sandbox Code Playgroud)