bash vim mode

来源:互联网 发布:淘宝的运费险是什么意思 编辑:程序博客网 时间:2024/05/17 07:13

如果只想在bash中使用vi模式的Readline,在 .bashrc 中添加:

    set -o vi
0 0