::  Blog Posts  ::  RSS Feed  ::  Contact  ::  Tagged: programming, shell, tech
Wednesday May 6 2009 B

Blink matching parens in bash

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


  ::  Blog Posts  ::  RSS Feed  ::  Contact  ::  Tagged: programming, shell, tech