Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
虽然我没有使用 --vi-keys 选项调用 Info ,但它似乎是有效的:例如,虽然帮助状态...
'?' lists all Info commands;
...击中?实际上调用“正则表达式向后搜索”。我已经验证没有有效信息的别名。
?
一个常见的 shell(bash 或 zsh)别名是:
alias info='info --vi-keys'
您可以检查您的别名,看看这是否存在:
alias | grep vi-keys
如果是这种情况,请在个人和系统启动文件中查找它,然后删除该行。