set -o emacs ##切到emacs模式 set -o vi ##切到vi模式 set -o ## 查看当前选项的设置状态
所以你只需要在.bashrc下加入
set -o vi然后,使用ESC进行行首尾,单词之间的快速跳转。