Skip to content
Snippets Groups Projects
Commit 437f3842 authored by mtaran-google's avatar mtaran-google Committed by Marijn Haverbeke
Browse files

[sublime] Fix unfoldAll "ctrl+K ctrl+J" shortcut

parent f5751d0f
No related branches found
No related tags found
No related merge requests found
...@@ -570,7 +570,7 @@ ...@@ -570,7 +570,7 @@
map["Shift-" + ctrl + "["] = "fold"; map["Shift-" + ctrl + "["] = "fold";
map["Shift-" + ctrl + "]"] = "unfold"; map["Shift-" + ctrl + "]"] = "unfold";
map[cK + ctrl + "0"] = map[cK + ctrl + "j"] = "unfoldAll"; map[cK + ctrl + "0"] = map[cK + ctrl + "J"] = "unfoldAll";
map[ctrl + "I"] = "findIncremental"; map[ctrl + "I"] = "findIncremental";
map["Shift-" + ctrl + "I"] = "findIncrementalReverse"; map["Shift-" + ctrl + "I"] = "findIncrementalReverse";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment