Sublime: Add find_all_under shortcut. Remove broken shortcuts

This commit is contained in:
2016-12-19 11:11:12 +02:00
parent 3d5fe4be9a
commit 656270c493
+1 -3
View File
@@ -8,12 +8,10 @@
{ "keys": ["ctrl+d", "ctrl+backspace"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard BOL.sublime-macro"} },
{ "keys": ["ctrl+d", "ctrl+c"], "command": "show_at_center" },
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+shift+k"], "command": "find_under_expand" },
{ "keys": ["ctrl+shift+a"], "command": "find_all_under" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+shift+left"], "command": "jump_back" },
{ "keys": ["ctrl+shift+right"], "command": "jump_forward" },
{ "keys": ["ctrl+a", "s"], "command": "new_pane" },
{ "keys": ["ctrl+a", "x"], "command": "close_pane" },