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

Allow defining a seperate shortcut to choose on the fly show_result_on_window true/false #203

Open
optio opened this issue Sep 6, 2018 · 0 comments

Comments

@optio
Copy link
Contributor

optio commented Sep 6, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant