Commit 3b291bd2 authored by Guido van Rossum's avatar Guido van Rossum

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

parent 21031115
......@@ -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>'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment