Tuesday, January 27, 2026

Bash: Custom keyboard shortcuts

Are you bored of typing ls all the time in your terminal. Wouldn't be greate if you could just hit a shortcut? You are in luck, because you just can. No addon, no nothing, just with the built-in bind:

bind '"\el":"ls -thor\n"'

Here you just bind Alt-L to run ls -thor.



done_