mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-09 02:28:44 +00:00
Sublime: Add find_all_under shortcut. Remove broken shortcuts
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user