mirror of
https://github.com/python/cpython.git
synced 2026-05-04 01:20:58 +00:00
Hm. Add Unix binding for replace, too.
This commit is contained in:
parent
8d7e11a8c1
commit
4eac47cf50
1 changed files with 1 additions and 0 deletions
|
|
@ -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>'],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue