Skip to content

Commit 437f384

Browse files
mtaran-googlemarijnh
authored andcommitted
[sublime] Fix unfoldAll "ctrl+K ctrl+J" shortcut
1 parent f5751d0 commit 437f384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keymap/sublime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570

571571
map["Shift-" + ctrl + "["] = "fold";
572572
map["Shift-" + ctrl + "]"] = "unfold";
573-
map[cK + ctrl + "0"] = map[cK + ctrl + "j"] = "unfoldAll";
573+
map[cK + ctrl + "0"] = map[cK + ctrl + "J"] = "unfoldAll";
574574

575575
map[ctrl + "I"] = "findIncremental";
576576
map["Shift-" + ctrl + "I"] = "findIncrementalReverse";

0 commit comments

Comments
 (0)