mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Add unix binding for grep (otherwise the menu entry doesn't work!)
This commit is contained in:
parent
1ae3f89611
commit
5bfffbd79d
1 changed files with 1 additions and 0 deletions
|
|
@ -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>'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue