Skip to content

Commit f611d27

Browse files
committed
[emacs keymap] Bind ctrl-s/r to persistent search
Issue #4922
1 parent b0dfcd0 commit f611d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keymap/emacs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
"Ctrl-/": repeated("undo"), "Shift-Ctrl--": repeated("undo"),
370370
"Ctrl-Z": repeated("undo"), "Cmd-Z": repeated("undo"),
371371
"Shift-Alt-,": "goDocStart", "Shift-Alt-.": "goDocEnd",
372-
"Ctrl-S": "findNext", "Ctrl-R": "findPrev", "Ctrl-G": quit, "Shift-Alt-5": "replace",
372+
"Ctrl-S": "findPersistentNext", "Ctrl-R": "findPersistentPrev", "Ctrl-G": quit, "Shift-Alt-5": "replace",
373373
"Alt-/": "autocomplete",
374374
"Enter": "newlineAndIndent",
375375
"Ctrl-J": repeated(function(cm) { cm.replaceSelection("\n", "end"); }),

0 commit comments

Comments
 (0)