Add unix binding for grep (otherwise the menu entry doesn't work!)

This commit is contained in:
Guido van Rossum 1999-01-04 16:32:04 +00:00
parent 1ae3f89611
commit 5bfffbd79d
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class SearchBinding:
unix_keydefs = {
'<<find-again>>': ['<Control-u><Control-s>'],
'<<find-in-files>>': ['<Alt-s>', '<Meta-s>'],
'<<find-selection>>': ['<Control-s>'],
'<<find>>': ['<Control-u><Control-u><Control-s>'],
'<<goto-line>>': ['<Alt-g>', '<Meta-g>'],