You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
{ "keys": ["ctrl+e", "ctrl+z"], "command": "st_execute_inverse_show_result_on_window" }
Executes the query the opposite of how show_result_on_window is configured.
Proposal 2
A new shortcut that triggers a dialog in which user needs to select how to execute the query.
{ "keys": ["ctrl+e", "ctrl+z"], "command": "st_execute_prompt_show_result_on_window" }
Triggers the prompt to choose the output for the current query
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue Type
Feature Request
Description
Allow to choose on the fly whether to execute query with show_result_on_window=true or show_result_on_window=false.
Proposal 1
A new configurable shortcut that executes the query with the opposite show_result_on_window as configured
{ "keys": ["ctrl+e", "ctrl+e"], "command": "st_execute" }
Uses show_result_on_window as configured
{ "keys": ["ctrl+e", "ctrl+z"], "command": "st_execute_inverse_show_result_on_window" }
Executes the query the opposite of how show_result_on_window is configured.
Proposal 2
A new shortcut that triggers a dialog in which user needs to select how to execute the query.
{ "keys": ["ctrl+e", "ctrl+z"], "command": "st_execute_prompt_show_result_on_window" }
Triggers the prompt to choose the output for the current query
The text was updated successfully, but these errors were encountered: