Bash 綁定 ctrl + alt 修飾符

Bash 綁定 ctrl + alt 修飾符

我無法在 bash 中綁定 Ctrl+Alt+u。

我已關注這個連結但對我不起作用。

我可以將它綁定到 Ctrl+u:

bind '"\C-u"':"\"cd ..\C-m\""

並按 Alt+u:

bind '"\eu"':"\"cd ..\C-m\""

但我不可能將兩者結合在一起。

我嘗試了一切,\C-\ew不工作,\C-\M-u不工作......等等

相關內容