2007年10月26日星期五

bash 命令风格

查看选项:
set -o
设置为类 vi 命令风格:
set -o vi
默认使用类 vi 命令风格:
echo "set -o vi">>~/.bashrc

P.S. bash 默认使用类 emacs 命令风格。

没有评论:

发表评论