windows下git bash命令行记住命令案上下键搜索 Dec 16, 2021 • Aaron 1、在家目录配置或者新增.inputrc文件 2、编辑.inputrc文件,添加如下代码: ”\e[A”: history-search-backward “\e[B”: history-search-forward set show-all-if-ambiguous on set completion-ignore-case on