在Linux Bash經過上下鍵快速查找歷史命令

# vim ~/.bashrc
if [[ $- == *i* ]]
then
    bind '"\e[A": history-search-backward'
    bind '"\e[B": history-search-forward'
fi
相關文章
相關標籤/搜索