Add unix binding for grep (otherwise the menu entry doesn't work!)
This commit is contained in:
parent
1ae3f89611
commit
5bfffbd79d
|
@ -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…
Reference in New Issue