bash:.inputrc 中未找到 TAB 命令

bash:.inputrc 中未找到 TAB 命令

我正在尝试使用 Bash Tab 补全功能,并在 Mac OS 上的 .inputrc 中添加了以下内容:

set completion-ignore-case on set show-all-if-ambiguous on TAB: menu-complete

但是当我使用 inputrc 时我得到: bash: TAB command not found

我之前在 Mac OS 上使用过同样的设置。

答案1

您的设置看起来与您要完成的任务相符。只是不要运行source ~/.inputrc,而是使用bind -f ~/.inputrc或打开新的终端窗口。

相关内容