don't overload Ctrl-R. Instead use Alt-Ctrl-R for the replace command
This commit is contained in:
parent
b42f8a9903
commit
8307e6db90
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ exports.bindings = {
|
|||
"findnext": "Command-G",
|
||||
"findprevious": "Command-Shift-G",
|
||||
"find": "Command-F",
|
||||
"replace": "Command-R",
|
||||
"replace": "Alt-Command-R",
|
||||
"undo": "Command-Z",
|
||||
"redo": "Command-Shift-Z|Command-Y",
|
||||
"overwrite": "Insert",
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ exports.bindings = {
|
|||
"findnext": "Ctrl-K",
|
||||
"findprevious": "Ctrl-Shift-K",
|
||||
"find": "Ctrl-F",
|
||||
"replace": "Ctrl-R",
|
||||
"replace": "Alt-Ctrl-R",
|
||||
"undo": "Ctrl-Z",
|
||||
"redo": "Ctrl-Shift-Z|Ctrl-Y",
|
||||
"overwrite": "Insert",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue