linux下解決ctrl+l 清屏失效

塵埃092發表於2016-05-25

bind -x '"\C-l": clear'

把這個寫到/etc/profile或者/etc/bash.bashrc裡頭

#example
echo 'bind -x '"\C-l": clear'' >> /etc/profile
source /etc/profile

#如果執行以上命令還未生效那麼你應該安裝readline庫

相關文章