# vim ~/.bashrc if [[ $- == *i* ]] then bind '"\e[A": history-search-backward' bind '"\e[B": history-search-forward' fi
在Linux Bash通过上下键快速查找历史命令
原文:https://www.cnblogs.com/gaoyuanzhi/p/10436122.html