bind -x '"\C-l": clear'
把这个写到/etc/profile或者/etc/bash.bashrc里头
#example
echo 'bind -x '"\C-l": clear'' >> /etc/profile
source /etc/profile
#如果执行以上命令还未生效那么你应该安装readline库
版权声明:本文为chenansic原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
bind -x '"\C-l": clear'
把这个写到/etc/profile或者/etc/bash.bashrc里头
#example
echo 'bind -x '"\C-l": clear'' >> /etc/profile
source /etc/profile
#如果执行以上命令还未生效那么你应该安装readline库