0

I am using bash and mintty. Ctrl-L does not clear the screen like it should:

0920:~$ ^L
-bash: $'\f': command not found

I get the same error if I've ssh-ed into a linux box via my cygwin mintty.

PortMan
  • 4,205
  • 9
  • 35
  • 61

1 Answers1

3

Sounds like an issue with your readline mappings in /etc/inputrc or ~/.inputrc. try adding this:

"\C-l": clear-screen

Isaac Hanson
  • 1,088
  • 9
  • 14