|
1 | 1 | [ |
2 | 2 | { "keys": ["ctrl+super+e"], "command": "st_select_connection" }, |
3 | 3 | { "keys": ["ctrl+e", "ctrl+e"], "command": "st_execute" }, |
| 4 | + { "keys": ["ctrl+e", "ctrl+a"], "command": "st_execute_all" }, |
4 | 5 | { "keys": ["ctrl+e", "ctrl+x"], "command": "st_explain_plan" }, |
5 | 6 | { "keys": ["ctrl+e", "ctrl+h"], "command": "st_history" }, |
6 | 7 | { "keys": ["ctrl+e", "ctrl+s"], "command": "st_show_records" }, |
|
9 | 10 | { "keys": ["ctrl+e", "ctrl+b"], "command": "st_format" }, |
10 | 11 | { "keys": ["ctrl+e", "ctrl+q"], "command": "st_save_query" }, |
11 | 12 | { "keys": ["ctrl+e", "ctrl+r"], "command": "st_remove_saved_query" }, |
12 | | - { "keys": ["ctrl+e", "ctrl+a"], "command": "st_list_queries"}, |
| 13 | + { "keys": ["ctrl+e", "ctrl+l"], "command": "st_list_queries"}, |
13 | 14 | { "keys": ["ctrl+e", "ctrl+o"], "command": "st_list_queries", "args": {"mode" : "open"}} |
14 | 15 | ] |
0 commit comments