Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 6cfd03f

Browse files
committed
fix MacOS select connection key combination
fixes #83
1 parent ded7fa1 commit 6cfd03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Default (OSX).sublime-keymap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
{ "keys": ["ctrl+alt+e"], "command": "st_select_connection" },
2+
{ "keys": ["ctrl+super+e"], "command": "st_select_connection" },
33
{ "keys": ["ctrl+e", "ctrl+e"], "command": "st_execute" },
44
{ "keys": ["ctrl+e", "ctrl+x"], "command": "st_explain_plan" },
55
{ "keys": ["ctrl+e", "ctrl+h"], "command": "st_history" },

0 commit comments

Comments
 (0)