Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default flags for a command #344

Open
saccarosium opened this issue Oct 11, 2023 · 0 comments
Open

Default flags for a command #344

saccarosium opened this issue Oct 11, 2023 · 0 comments

Comments

@saccarosium
Copy link

Hi,
Since I use Start to run my programs and see the output. Most of the time, if not always, wants the flag -wait=always to actually see the stdout.

I've tried to remap the keybindings, but I have to remember to put the flag always and becomes annoying after a wile.

My propose implementation would be something like:

let g:dispatch_start_flags = {}
" or
" Let the user disable automatic close
let g:dispatch_wait = "never" | "error" | "always"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant