don't overload Ctrl-R. Instead use Alt-Ctrl-R for the replace command

This commit is contained in:
Fabian Jakobs 2011-02-22 14:11:29 +01:00
commit 8307e6db90
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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",