Commit e6c1e7f8 authored by Guido van Rossum's avatar Guido van Rossum

Hm. Add Unix binding for replace, too.

parent 8c242190
......@@ -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>'],
}
......
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