diff --git a/IPython/terminal/ptshell.py b/IPython/terminal/ptshell.py index 351e98b..b4f89d5 100644 --- a/IPython/terminal/ptshell.py +++ b/IPython/terminal/ptshell.py @@ -146,7 +146,7 @@ class TerminalInteractiveShell(InteractiveShell): help="Display a multi column completion menu.", ).tag(config=True) - highlight_matching_brackets = Bool(False, + highlight_matching_brackets = Bool(True, help="Highlight matching brackets .", ).tag(config=True)