Y
Hacker News
new
|
ask
|
show
|
jobs
by
agumonkey
4390 days ago
$ bind '"\C-L": "\| less -S \C-j"'
Warning: seems like GNU readline isn't case sensitive so C-L === C-l thus, in this example, C-l default behavior (clear screen?) is overridden. I didn't RTFM so trust yourself.