From: Guido van Rossum Date: Mon, 4 Jan 1999 16:32:04 +0000 (+0000) Subject: Add unix binding for grep (otherwise the menu entry doesn't work!) X-Git-Tag: v1.5.2b2~473 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bfffbd79d945b381ff88f40e575776a0377605a;p=thirdparty%2FPython%2Fcpython.git Add unix binding for grep (otherwise the menu entry doesn't work!) --- diff --git a/Tools/idle/SearchBinding.py b/Tools/idle/SearchBinding.py index d73db13df594..9710f9fc9177 100644 --- a/Tools/idle/SearchBinding.py +++ b/Tools/idle/SearchBinding.py @@ -36,6 +36,7 @@ class SearchBinding: unix_keydefs = { '<>': [''], + '<>': ['', ''], '<>': [''], '<>': [''], '<>': ['', ''],