如果你喜欢使用vi而不是emacs,可以设置bash的模式为'vi style'.而不是默认绑定的emacs-style.

#打开~/.bashrc增加如下一行
set -o vi
#保存提出,执行
source ~/.bashrc

改回emacs-style

set -o emacs