Skip to content

Commit c1196eb

Browse files
committed
[sublime keymap] Fix fallthrough for mac bindings
Issue codemirror#5022
1 parent 1951460 commit c1196eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

keymap/sublime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@
633633
"Cmd-H": "replace",
634634
"F3": "findNext",
635635
"Shift-F3": "findPrev",
636-
"fallthrough": "pcDefault"
636+
"fallthrough": "macDefault"
637637
};
638638
CodeMirror.normalizeKeyMap(keyMap.macSublime);
639639

0 commit comments

Comments
 (0)