We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5751d0 commit 437f384Copy full SHA for 437f384
keymap/sublime.js
@@ -570,7 +570,7 @@
570
571
map["Shift-" + ctrl + "["] = "fold";
572
map["Shift-" + ctrl + "]"] = "unfold";
573
- map[cK + ctrl + "0"] = map[cK + ctrl + "j"] = "unfoldAll";
+ map[cK + ctrl + "0"] = map[cK + ctrl + "J"] = "unfoldAll";
574
575
map[ctrl + "I"] = "findIncremental";
576
map["Shift-" + ctrl + "I"] = "findIncrementalReverse";
0 commit comments