Blink matching parens in bash

May 6th, 2009
programming, shell, tech
I've just discovered a really great readline setting: "blink-matching-paren". It makes readline (and so bash) signal whether parens match, just as emacs does. When writing complex bash expressions on the command line it's really very helpful.
~/.inputrc:
set blink-matching-paren on

Comment via: facebook

Recent posts on blogs I like:

How Does Fiction Affect Reality?

Social norms

via Thing of Things April 19, 2024

Clarendon Postmortem

I posted a postmortem of a community I worked to help build, Clarendon, in Cambridge MA, over at Supernuclear.

via Home March 19, 2024

How web bloat impacts users with slow devices

In 2017, we looked at how web bloat affects users with slow connections. Even in the U.S., many users didn't have broadband speeds, making much of the web difficult to use. It's still the case that many users don't have broadband speeds, both …

via Posts on March 16, 2024

more     (via openring)