diff --git a/Default (Windows).sublime-keymap b/Default (Windows).sublime-keymap index 30773ae..4b1c381 100644 --- a/Default (Windows).sublime-keymap +++ b/Default (Windows).sublime-keymap @@ -1,5 +1,5 @@ [ - { "keys": ["ctrl+alt+e"], "command": "st_select_connection" }, + { "keys": ["ctrl+e", "ctrl+c"], "command": "st_select_connection" }, { "keys": ["ctrl+e", "ctrl+e"], "command": "st_execute" }, { "keys": ["ctrl+e", "ctrl+a"], "command": "st_execute_all" }, { "keys": ["ctrl+e", "ctrl+x"], "command": "st_explain_plan" },