OSXで端末画面をクリアしようとすると:
computer@ ~ () $ ^L
そして私が打ったとき Enter その後、それはただ示しています:
-bash:
: command not found
これがどのように起こるかについてのアイデアはありますか?
僕の .bash_profile
、.profile
、および.bashrc
は空です。
再マップコントロール:
bind -x '"\C-l": clear'
私は通常~/.inputrc
次のバインディングを配置する場所
"\C-p":previous-history
"\C-n":next-history
"\C-a.":beginning-of-line
"\C-e.":end-of-line
"\C-l":clear-screen