From cf829015098f0b85d0ca4b8d5a94784301ef074e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Paj=C4=85k?= Date: Tue, 17 Dec 2019 01:07:56 +0100 Subject: [PATCH] Update Default (Windows).sublime-keymap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `Right Alt + e` is reserved on pl keyb for `ę` --- Default (Windows).sublime-keymap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },