~/.bashrc 文件中最后添加如下内容:
if [[ $- == *i* ]]
then
bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'
fi
使环境变量生效:
source ~/.bashrc
~/.bashrc 文件中最后添加如下内容:
if [[ $- == *i* ]]
then
bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'
fi
使环境变量生效:
source ~/.bashrc
162
666
1749

被折叠的 条评论
为什么被折叠?