Hm. Add Unix binding for replace, too.

This commit is contained in:
Guido van Rossum 1999-01-04 21:18:40 +00:00
parent 8d7e11a8c1
commit 4eac47cf50

View file

@ -39,6 +39,7 @@ class SearchBinding:
'<<find-in-files>>': ['<Alt-s>', '<Meta-s>'],
'<<find-selection>>': ['<Control-s>'],
'<<find>>': ['<Control-u><Control-u><Control-s>'],
'<<replace>>': ['<Control-r>'],
'<<goto-line>>': ['<Alt-g>', '<Meta-g>'],
}