Skip to content

Commit cae6190

Browse files
committed
fix comment
1 parent 2a4e866 commit cae6190

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sublime/Default (OSX).sublime-keymap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[
22
//send
33
{ "keys": ["super+e"], "command": "q_chain", "args": {"chain": ["q_select_text", "q_send", "q_out_popup", "q_update_completions"]}, "context":[{ "key": "selector", "operator": "equal", "operand": "source.q" }]},
4-
//uncomment this to revert to sync execution
54
//{ "keys": ["super+enter"], "command": "q_chain", "args": {"chain": ["q_select_text", "q_send", "q_out_panel", "q_update_completions"]}, "context":[{ "key": "selector", "operator": "equal", "operand": "source.q" }]},
6-
//replace old sync execution with new async execution
5+
//replace old sync execution with new async execution, change this to above line to revert to sync execution
76
{ "keys": ["super+enter"],"command": "q_send_async", "context":[{ "key": "selector", "operator": "equal", "operand": "source.q" }]},
87
{ "keys": ["super+j"], "command": "q_chain", "args": {"chain": ["q_select_text", "q_send_json", "q_out_popup_json", "q_update_completions"]}, "context":[{ "key": "selector", "operator": "equal", "operand": "source.q" }]},
98
{ "keys": ["super+shift+enter"],"command": "q_chain", "args": {"chain": ["q_select_text", "q_send_json", "q_out_panel", "q_update_completions"]}, "context":[{ "key": "selector", "operator": "equal", "operand": "source.q" }]},

0 commit comments

Comments
 (0)